Uses of Class
org.pentaho.reporting.engine.classic.core.modules.output.table.base.SheetLayout

Packages that use SheetLayout
org.pentaho.reporting.engine.classic.core.modules.output.table.base Common base classes for the table style output targets. 
org.pentaho.reporting.engine.classic.core.modules.output.table.xls.helper   
 

Uses of SheetLayout in org.pentaho.reporting.engine.classic.core.modules.output.table.base
 

Methods in org.pentaho.reporting.engine.classic.core.modules.output.table.base that return SheetLayout
 SheetLayout TableLayoutProducer.createSheetLayout(RenderBox section)
          A designtime support method to compute a sheet layout for the given section.
 SheetLayout TableLayoutProducer.getLayout()
           
 SheetLayout SheetLayoutCollection.getLayoutForPage(int page)
          Deprecated. Returns the layout for a given page.
 SheetLayout TableContentProducer.getSheetLayout()
           
 

Methods in org.pentaho.reporting.engine.classic.core.modules.output.table.base with parameters of type SheetLayout
 void SheetLayoutCollection.addLayout(SheetLayout bounds)
          Deprecated. Adds a layout for the next page to the layout information.
 CellBackground CellBackgroundProducer.getBackgroundAt(LogicalPageBox pageBox, SheetLayout sheetLayout, int gridX, int gridY, boolean computeAttributes, int sectionType)
           
 CellBackground CellBackgroundProducer.getBackgroundForBox(LogicalPageBox logicalPageBox, SheetLayout sheetLayout, int gridX, int gridY, int gridWidth, int gridHeight, boolean collectAttributes, int sectionType, RenderBox contentBox)
           
 

Constructors in org.pentaho.reporting.engine.classic.core.modules.output.table.base with parameters of type SheetLayout
TableContentProducer(SheetLayout sheetLayout, OutputProcessorMetaData metaData)
           
 

Uses of SheetLayout in org.pentaho.reporting.engine.classic.core.modules.output.table.xls.helper
 

Constructors in org.pentaho.reporting.engine.classic.core.modules.output.table.xls.helper with parameters of type SheetLayout
ExcelTableContentProducer(SheetLayout sheetLayout, OutputProcessorMetaData metaData)