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

Packages that use ItemBand
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 ItemBand in org.pentaho.reporting.engine.classic.core
 

Methods in org.pentaho.reporting.engine.classic.core that return ItemBand
 ItemBand GroupDataBody.getItemBand()
           
 ItemBand AbstractReportDefinition.getItemBand()
          Returns the report's item band.
 ItemBand ReportDefinition.getItemBand()
          Returns the item band.
 

Methods in org.pentaho.reporting.engine.classic.core with parameters of type ItemBand
 void GroupDataBody.setItemBand(ItemBand itemBand)
           
 void AbstractReportDefinition.setItemBand(ItemBand band)
          Sets the item band for the report.
 

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

Methods in org.pentaho.reporting.engine.classic.core.states that return ItemBand
 ItemBand ReportDefinitionImpl.getItemBand()
          Returns the item band.