org.jfree.report.flow
public class LayoutExpressionRuntime extends Object implements ExpressionRuntime
Constructor Summary | |
---|---|
LayoutExpressionRuntime() |
Method Summary | |
---|---|
Configuration | getConfiguration() |
int | getCurrentRow() |
ReportData | getData()
Returns the report data used in this section. |
DataRow | getDataRow()
Returns the datarow.
|
Object | getDeclaringParent() |
ReportContext | getReportContext() |
ResourceBundleFactory | getResourceBundleFactory() |
void | setConfiguration(Configuration configuration) |
void | setCurrentRow(int currentRow) |
void | setData(ReportData reportData) |
void | setDataRow(DataRow dataRow) |
void | setDeclaringParent(Object declaringParent) |
void | setReportContext(ReportContext reportContext) |
Returns:
Returns: