Class LegendProcessor.Output

  • Enclosing class:
    LegendProcessor

    public static final class LegendProcessor.Output
    extends java.lang.Object
    The Output object of the legend processor method.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      net.sf.jasperreports.engine.data.JRTableModelDataSource legendDataSource
      The datasource for the legend object in the report.
      java.lang.String legendSubReport
      The path to the compiled subreport.
      int numberOfLegendRows
      The number of rows in the legend.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • legendDataSource

        public final net.sf.jasperreports.engine.data.JRTableModelDataSource legendDataSource
        The datasource for the legend object in the report.
      • legendSubReport

        public final java.lang.String legendSubReport
        The path to the compiled subreport.
      • numberOfLegendRows

        public final int numberOfLegendRows
        The number of rows in the legend.