Uses of Class
org.pentaho.reporting.engine.classic.core.NoDataBand

Packages that use NoDataBand
org.pentaho.reporting.engine.classic.core Main classes in the JFreeReport class library. 
org.pentaho.reporting.engine.classic.core.states States used in the JFreeReport state transition diagram. 
 

Uses of NoDataBand in org.pentaho.reporting.engine.classic.core
 

Methods in org.pentaho.reporting.engine.classic.core that return NoDataBand
 NoDataBand GroupDataBody.getNoDataBand()
           
 NoDataBand AbstractReportDefinition.getNoDataBand()
          Returns the report's watermark band.
 NoDataBand ReportDefinition.getNoDataBand()
          Returns the "no-data" band, which is displayed if there is no data available.
 

Methods in org.pentaho.reporting.engine.classic.core with parameters of type NoDataBand
 void GroupDataBody.setNoDataBand(NoDataBand noDataBand)
           
 void AbstractReportDefinition.setNoDataBand(NoDataBand band)
          Sets the watermark band for the report.
 

Uses of NoDataBand in org.pentaho.reporting.engine.classic.core.states
 

Methods in org.pentaho.reporting.engine.classic.core.states that return NoDataBand
 NoDataBand ReportDefinitionImpl.getNoDataBand()
          Returns the "no-data" band, which is displayed if there is no data available.