Class LegendProcessor.Output
java.lang.Object
org.mapfish.print.processor.jasper.LegendProcessor.Output
- Enclosing class:
- LegendProcessor
The Output object of the legend processor method.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal net.sf.jasperreports.engine.data.JRTableModelDataSource
The datasource for the legend object in the report.final String
The path to the compiled sub-report.final int
The number of rows in the legend. -
Method Summary
-
Field Details
-
legendDataSource
public final net.sf.jasperreports.engine.data.JRTableModelDataSource legendDataSourceThe datasource for the legend object in the report. -
legendSubReport
The path to the compiled sub-report. -
numberOfLegendRows
public final int numberOfLegendRowsThe number of rows in the legend.
-