| java.lang.Object org.jfree.report.layout.output.LayoutExpressionRuntime
LayoutExpressionRuntime | public class LayoutExpressionRuntime implements ExpressionRuntime(Code) | | Creation-Date: Jan 22, 2007, 12:09:32 PM
author: Thomas Morgner |
getConfiguration | public Configuration getConfiguration()(Code) | | |
getCurrentRow | public int getCurrentRow()(Code) | | Where are we in the current processing.
|
getData | public TableModel getData()(Code) | | Access to the tablemodel was granted using report properties, now direct.
|
getExportDescriptor | public String getExportDescriptor()(Code) | | The output descriptor is a simple string collections consisting of the
following components: exportclass/type/subtype
For example, the PDF export would be: pageable/pdf The StreamHTML export
would return table/html/stream
the export descriptor. |
|
|