Uses of Interface
org.pentaho.reporting.engine.classic.core.layout.model.PageGrid

Packages that use PageGrid
org.pentaho.reporting.engine.classic.core.layout.model   
org.pentaho.reporting.engine.classic.core.layout.process   
org.pentaho.reporting.engine.classic.core.layout.process.alignment   
org.pentaho.reporting.engine.classic.core.modules.output.pageable.pdf.internal   
org.pentaho.reporting.engine.classic.core.modules.output.pageable.plaintext PlainText export target module. 
org.pentaho.reporting.engine.classic.core.modules.output.pageable.xml.internal   
 

Uses of PageGrid in org.pentaho.reporting.engine.classic.core.layout.model
 

Classes in org.pentaho.reporting.engine.classic.core.layout.model that implement PageGrid
 class DefaultPageGrid
          Creation-Date: 05.04.2007, 16:15:32
 

Methods in org.pentaho.reporting.engine.classic.core.layout.model that return PageGrid
 PageGrid LogicalPageBox.getPageGrid()
           
 

Uses of PageGrid in org.pentaho.reporting.engine.classic.core.layout.process
 

Methods in org.pentaho.reporting.engine.classic.core.layout.process with parameters of type PageGrid
 void InfiniteMinorAxisLayoutStep.continueComputation(PageGrid pageGrid, RenderBox box)
          Continues processing.
 

Uses of PageGrid in org.pentaho.reporting.engine.classic.core.layout.process.alignment
 

Methods in org.pentaho.reporting.engine.classic.core.layout.process.alignment with parameters of type PageGrid
 void AbstractAlignmentProcessor.initialize(OutputProcessorMetaData metaData, SequenceList sequence, long start, long end, PageGrid breaks, boolean overflowX)
          Initializes the alignment process.
 void TextAlignmentProcessor.initialize(OutputProcessorMetaData metaData, SequenceList sequence, long start, long end, PageGrid breaks, boolean overflowX)
           
 void LastLineTextAlignmentProcessor.initialize(OutputProcessorMetaData metaData, SequenceList sequence, long start, long end, PageGrid breaks, boolean overflowX)
           
 

Uses of PageGrid in org.pentaho.reporting.engine.classic.core.modules.output.pageable.pdf.internal
 

Methods in org.pentaho.reporting.engine.classic.core.modules.output.pageable.pdf.internal with parameters of type PageGrid
 void PdfDocumentWriter.processPhysicalPage(PageGrid pageGrid, LogicalPageBox logicalPage, int row, int col, PhysicalPageKey pageKey)
           
 

Uses of PageGrid in org.pentaho.reporting.engine.classic.core.modules.output.pageable.plaintext
 

Methods in org.pentaho.reporting.engine.classic.core.modules.output.pageable.plaintext with parameters of type PageGrid
 void TextDocumentWriter.processPhysicalPage(PageGrid pageGrid, LogicalPageBox logicalPage, int row, int col, PhysicalPageKey pageKey)
           
 

Uses of PageGrid in org.pentaho.reporting.engine.classic.core.modules.output.pageable.xml.internal
 

Methods in org.pentaho.reporting.engine.classic.core.modules.output.pageable.xml.internal with parameters of type PageGrid
 void XmlDocumentWriter.processPhysicalPage(PageGrid pageGrid, LogicalPageBox logicalPage, int row, int col)