org.jfree.report.data
public class StaticExpressionRuntimeData extends Object
| Constructor Summary | |
|---|---|
| StaticExpressionRuntimeData() | |
| Method Summary | |
|---|---|
| Configuration | getConfiguration() |
| int | getCurrentRow() |
| ReportData | getData() |
| Object | getDeclaringParent() |
| ReportContext | getReportContext() |
| ResourceBundleFactory | getResourceBundleFactory() |
| void | setConfiguration(Configuration configuration) |
| void | setCurrentRow(int currentRow) |
| void | setData(ReportData data) |
| void | setDeclaringParent(Object declaringParent) |
| void | setReportContext(ReportContext reportContext) |