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

Packages that use Band
org.pentaho.reporting.engine.classic.core Main classes in the JFreeReport class library. 
org.pentaho.reporting.engine.classic.core.elementfactory Factory classes which make creating bands and elements more easier. 
org.pentaho.reporting.engine.classic.core.function The function package contains statefull functions and stateless expression for JFreeReport. 
org.pentaho.reporting.engine.classic.core.layout Banded layout management. 
org.pentaho.reporting.engine.classic.core.layout.richtext   
org.pentaho.reporting.engine.classic.core.modules.parser.ext.readhandlers   
org.pentaho.reporting.engine.classic.core.modules.parser.simple.readhandlers   
org.pentaho.reporting.engine.classic.core.wizard   
 

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

Subclasses of Band in org.pentaho.reporting.engine.classic.core
 class AbstractRootLevelBand
          The root-level band is the container that is processed by a report-state.
 class CrosstabSummaryFooter
          A details footer is printed between the last itemband and the first group-footer.
 class CrosstabSummaryHeader
          A details header is printed between the last group-header and the first detail band.
 class CrosstabTitleFooter
          A details footer is printed between the last itemband and the first group-footer.
 class CrosstabTitleHeader
          A details header is printed between the last group-header and the first detail band.
 class DetailsFooter
          A details footer is printed between the last itemband and the first group-footer.
 class DetailsHeader
          A details header is printed between the last group-header and the first detail band.
 class GroupFooter
          A band that appears at the end of each instance of a group.
 class GroupHeader
          A report band that appears at the beginning of each instance of a group.
 class ItemBand
          A report band that displays a row of data items.
 class NoDataBand
          The No-Data-Band is printed if the current report has no data in its main data-table.
 class PageFooter
          A report band that appears at the bottom of every page.
 class PageHeader
          A report band used to print information at the top of every page in the report.
 class ReportFooter
          A report band that appears as the very last band on the report.
 class ReportHeader
          A report band that is printed once only at the beginning of the report.
 class Watermark
          A report band used to print information at the background of every page in the report.
 

Methods in org.pentaho.reporting.engine.classic.core that return Band
 Band Element.getParent()
          Return the parent of the Element.
 

Uses of Band in org.pentaho.reporting.engine.classic.core.elementfactory
 

Constructors in org.pentaho.reporting.engine.classic.core.elementfactory with parameters of type Band
BandElementFactory(Band band)
          Default Constructor that configures the given band implementation.
 

Uses of Band in org.pentaho.reporting.engine.classic.core.function
 

Methods in org.pentaho.reporting.engine.classic.core.function with parameters of type Band
static Element[] FunctionUtilities.findAllElements(Band band, String element)
          Try to find all element with the given name in the last active root-band.
static Element FunctionUtilities.findElement(Band band, String element)
          Try to find the first element with the given name in the last active root-band.
 

Uses of Band in org.pentaho.reporting.engine.classic.core.layout
 

Methods in org.pentaho.reporting.engine.classic.core.layout with parameters of type Band
 void Renderer.add(Band band, ExpressionRuntime runtime, ReportStateKey stateKey)
           
 void AbstractRenderer.add(Band band, ExpressionRuntime runtime, ReportStateKey stateKey)
           
 void RepeatedFooterLayoutBuilder.add(RenderBox parent, Band band, ExpressionRuntime runtime, ReportStateKey stateKey)
           
 void LayoutBuilder.add(RenderBox parent, Band band, ExpressionRuntime runtime, ReportStateKey stateKey)
           
 void DefaultLayoutBuilder.add(RenderBox parent, Band band, ExpressionRuntime runtime, ReportStateKey stateKey)
           
 void FooterLayoutBuilder.add(RenderBox parent, Band band, ExpressionRuntime runtime, ReportStateKey stateKey)
           
 void HeaderLayoutBuilder.add(RenderBox parent, Band band, ExpressionRuntime runtime, ReportStateKey stateKey)
           
 void StaticLayoutManager.doLayout(Band b, LayoutSupport support, ExpressionRuntime runtime)
          Deprecated. Layout a single band with all elements contained within the band.
 void BandLayoutManager.doLayout(Band b, LayoutSupport support, ExpressionRuntime runtime)
          Deprecated. Performs the layout of a band.
 void StackedLayoutManager.doLayout(Band b, LayoutSupport support, ExpressionRuntime runtime)
          Deprecated. Performs the layout of a band.
 StrictDimension StaticLayoutManager.minimumLayoutSize(Band b, StrictDimension containerBounds, StrictDimension maxUsableSize, LayoutSupport support, ExpressionRuntime runtime)
          Deprecated. Calculates the minimum layout size for a band.
 StrictDimension BandLayoutManager.minimumLayoutSize(Band b, StrictDimension containerDims, StrictDimension maxUsableSize, LayoutSupport support, ExpressionRuntime runtime)
          Deprecated. Calculates the minimum layout size for a band.
 StrictDimension StackedLayoutManager.minimumLayoutSize(Band b, StrictDimension containerDims, StrictDimension maxUsableSize, LayoutSupport support, ExpressionRuntime runtime)
          Deprecated. Calculates the minimum layout size for a band.
 StrictDimension StaticLayoutManager.preferredLayoutSize(Band b, StrictDimension containerDims, StrictDimension maxUsableSize, LayoutSupport support, ExpressionRuntime runtime)
          Deprecated. Calculates the preferred layout size for a band.
 StrictDimension BandLayoutManager.preferredLayoutSize(Band b, StrictDimension containerDims, StrictDimension maxUsableSize, LayoutSupport support, ExpressionRuntime runtime)
          Deprecated. Calculates the preferred layout size for a band.
 StrictDimension StackedLayoutManager.preferredLayoutSize(Band b, StrictDimension containerDims, StrictDimension maxUsableSize, LayoutSupport support, ExpressionRuntime runtime)
          Deprecated. Calculates the preferred layout size for a band.
 

Uses of Band in org.pentaho.reporting.engine.classic.core.layout.richtext
 

Methods in org.pentaho.reporting.engine.classic.core.layout.richtext that return Band
static Band RichTextConverterUtilities.convertToBand(StyleKey[] definedStyleKeys, Element element, Element child)
           
 

Uses of Band in org.pentaho.reporting.engine.classic.core.modules.parser.ext.readhandlers
 

Constructors in org.pentaho.reporting.engine.classic.core.modules.parser.ext.readhandlers with parameters of type Band
BandReadHandler(Band element)
           
RootBandReadHandler(Band element)
           
 

Uses of Band in org.pentaho.reporting.engine.classic.core.modules.parser.simple.readhandlers
 

Methods in org.pentaho.reporting.engine.classic.core.modules.parser.simple.readhandlers that return Band
 Band BandReadHandler.getBand()
           
 

Constructors in org.pentaho.reporting.engine.classic.core.modules.parser.simple.readhandlers with parameters of type Band
GroupFooterReadHandler(Band band)
           
GroupHeaderReadHandler(Band band)
           
PageBandReadHandler(Band band)
           
ReportFooterReadHandler(Band band)
           
ReportHeaderReadHandler(Band band)
           
RootLevelBandReadHandler(Band band)
           
WatermarkReadHandler(Band band)
           
 

Uses of Band in org.pentaho.reporting.engine.classic.core.wizard
 

Methods in org.pentaho.reporting.engine.classic.core.wizard that return Band
static Band AutoGeneratorUtility.findGeneratedContent(Band band)
           
 

Methods in org.pentaho.reporting.engine.classic.core.wizard with parameters of type Band
static Band AutoGeneratorUtility.findGeneratedContent(Band band)