Uses of Class
org.pentaho.reporting.engine.classic.core.layout.model.LogicalPageBox

Packages that use LogicalPageBox
org.pentaho.reporting.engine.classic.core.layout.model   
org.pentaho.reporting.engine.classic.core.layout.output   
org.pentaho.reporting.engine.classic.core.layout.process   
org.pentaho.reporting.engine.classic.core.modules.output.pageable.graphics.internal   
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   
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.csv Layouted CSV output. 
org.pentaho.reporting.engine.classic.core.modules.output.table.html The HTML4 and XHTML output target. 
org.pentaho.reporting.engine.classic.core.modules.output.table.rtf.helper   
org.pentaho.reporting.engine.classic.core.modules.output.table.xls.helper   
org.pentaho.reporting.engine.classic.core.modules.output.table.xml.internal   
 

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

Methods in org.pentaho.reporting.engine.classic.core.layout.model that return LogicalPageBox
 LogicalPageBox RenderNode.getLogicalPage()
           
 LogicalPageBox PageAreaBox.getLogicalPage()
           
 LogicalPageBox LogicalPageBox.getLogicalPage()
           
 

Methods in org.pentaho.reporting.engine.classic.core.layout.model with parameters of type LogicalPageBox
 void PageAreaBox.setLogicalPage(LogicalPageBox logicalPage)
           
 

Uses of LogicalPageBox in org.pentaho.reporting.engine.classic.core.layout.output
 

Methods in org.pentaho.reporting.engine.classic.core.layout.output with parameters of type LogicalPageBox
 RenderNode[] CollectSelectedNodesStep.getNodesAt(LogicalPageBox logicalPageBox, StrictBounds bounds, String namespace, String name)
           
 boolean ValidateSafeToStoreStateStep.isSafeToStore(LogicalPageBox box)
           
 void OutputProcessor.processContent(LogicalPageBox pageBox)
          A call-back that passes a layouted pagebox to the output processor.
 void AbstractOutputProcessor.processContent(LogicalPageBox logicalPage)
           
 void IterativeOutputProcessor.processIterativeContent(LogicalPageBox logicalPageBox, boolean performOutput)
           
 void OutputProcessor.processRecomputedContent(LogicalPageBox pageBox)
           
 void AbstractOutputProcessor.processRecomputedContent(LogicalPageBox pageBox)
           
 

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

Methods in org.pentaho.reporting.engine.classic.core.layout.process that return LogicalPageBox
 LogicalPageBox FillFlowPagesStep.compute(LogicalPageBox pagebox, long pageStart, long pageEnd)
           
 LogicalPageBox FillPhysicalPagesStep.compute(LogicalPageBox pagebox, long pageStart, long pageEnd)
           
 

Methods in org.pentaho.reporting.engine.classic.core.layout.process with parameters of type LogicalPageBox
 void ApplyAutoCommitPageHeaderStep.commitAll(LogicalPageBox pageBox)
           
 void ComputeStaticPropertiesProcessStep.compute(LogicalPageBox root)
           
 boolean ApplyAutoCommitPageHeaderStep.compute(LogicalPageBox pageBox)
           
 void CleanFlowBoxesStep.compute(LogicalPageBox pageBox)
           
 void InfiniteMinorAxisLayoutStep.compute(LogicalPageBox root)
           
 long CleanPaginatedBoxesStep.compute(LogicalPageBox pageBox)
           
 void ApplyAutoCommitStep.compute(LogicalPageBox pageBox)
           
 void RollbackStep.compute(LogicalPageBox pageBox)
           
 void ParagraphLineBreakStep.compute(LogicalPageBox root)
           
 void RevalidateAllAxisLayoutStep.compute(LogicalPageBox pageBox)
           
 void CanvasMajorAxisLayoutStep.compute(LogicalPageBox pageBox)
           
 void ApplyCommitStep.compute(LogicalPageBox pageBox)
           
 void CommitStep.compute(LogicalPageBox pageBox)
           
 void InfiniteMajorAxisLayoutStep.compute(LogicalPageBox pageBox)
           
 void ApplyPageShiftValuesStep.compute(LogicalPageBox logicalPageBox, long shift, InstanceID triggerId)
           
 LogicalPageBox FillFlowPagesStep.compute(LogicalPageBox pagebox, long pageStart, long pageEnd)
           
 LogicalPageBox FillPhysicalPagesStep.compute(LogicalPageBox pagebox, long pageStart, long pageEnd)
           
 boolean ValidateModelStep.isLayoutable(LogicalPageBox root)
           
 PaginationResult FlowPaginationStep.performPagebreak(LogicalPageBox pageBox)
           
 PaginationResult PaginationStep.performPagebreak(LogicalPageBox pageBox)
           
 void CountBoxesStep.process(LogicalPageBox box)
           
 

Uses of LogicalPageBox in org.pentaho.reporting.engine.classic.core.modules.output.pageable.graphics.internal
 

Constructors in org.pentaho.reporting.engine.classic.core.modules.output.pageable.graphics.internal with parameters of type LogicalPageBox
LogicalPageDrawable(LogicalPageBox rootBox, OutputProcessorMetaData metaData, org.pentaho.reporting.libraries.resourceloader.ResourceManager resourceManager)
           
 

Uses of LogicalPageBox 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 LogicalPageBox
 void PdfDocumentWriter.processLogicalPage(LogicalPageKey key, LogicalPageBox logicalPage)
           
 void PdfDocumentWriter.processPhysicalPage(PageGrid pageGrid, LogicalPageBox logicalPage, int row, int col, PhysicalPageKey pageKey)
           
 

Constructors in org.pentaho.reporting.engine.classic.core.modules.output.pageable.pdf.internal with parameters of type LogicalPageBox
PdfLogicalPageDrawable(LogicalPageBox rootBox, PdfOutputProcessorMetaData metaData, com.lowagie.text.pdf.PdfWriter writer, PhysicalPageBox page, org.pentaho.reporting.libraries.resourceloader.ResourceManager resourceManager, org.pentaho.reporting.libraries.base.util.LFUMap<org.pentaho.reporting.libraries.resourceloader.ResourceKey,com.lowagie.text.Image> imageCache, char version)
           
 

Uses of LogicalPageBox 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 LogicalPageBox
 void TextDocumentWriter.processLogicalPage(LogicalPageKey key, LogicalPageBox logicalPage)
           
 void TextDocumentWriter.processPhysicalPage(PageGrid pageGrid, LogicalPageBox logicalPage, int row, int col, PhysicalPageKey pageKey)
           
 

Uses of LogicalPageBox 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 LogicalPageBox
 void XmlDocumentWriter.processLogicalPage(LogicalPageKey key, LogicalPageBox logicalPage)
           
 void XmlDocumentWriter.processPhysicalPage(PageGrid pageGrid, LogicalPageBox logicalPage, int row, int col)
           
 

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

Methods in org.pentaho.reporting.engine.classic.core.modules.output.table.base with parameters of type LogicalPageBox
 void TableContentProducer.compute(LogicalPageBox logicalPage, boolean iterativeUpdate)
           
 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)
           
 void AbstractTableOutputProcessor.processIterativeContent(LogicalPageBox logicalPageBox, boolean performOutput)
           
 void TableLayoutProducer.update(LogicalPageBox logicalPage, boolean iterativeUpdate)
           
 

Uses of LogicalPageBox in org.pentaho.reporting.engine.classic.core.modules.output.table.csv
 

Methods in org.pentaho.reporting.engine.classic.core.modules.output.table.csv with parameters of type LogicalPageBox
 void CSVPrinter.print(LogicalPageBox logicalPage, TableContentProducer contentProducer, OutputProcessorMetaData metaData, boolean incremental)
           
 

Uses of LogicalPageBox in org.pentaho.reporting.engine.classic.core.modules.output.table.html
 

Methods in org.pentaho.reporting.engine.classic.core.modules.output.table.html with parameters of type LogicalPageBox
 void SingleItemHtmlPrinter.print(LogicalPageKey logicalPageKey, LogicalPageBox logicalPage, TableContentProducer contentProducer, OutputProcessorMetaData metaData, boolean incremental)
           
 void HtmlPrinter.print(LogicalPageKey logicalPageKey, LogicalPageBox logicalPage, TableContentProducer contentProducer, OutputProcessorMetaData metaData, boolean incremental)
           
 void AllItemsHtmlPrinter.print(LogicalPageKey logicalPageKey, LogicalPageBox logicalPage, TableContentProducer contentProducer, OutputProcessorMetaData metaData, boolean incremental)
           
 

Uses of LogicalPageBox in org.pentaho.reporting.engine.classic.core.modules.output.table.rtf.helper
 

Methods in org.pentaho.reporting.engine.classic.core.modules.output.table.rtf.helper with parameters of type LogicalPageBox
 void RTFPrinter.print(LogicalPageKey logicalPageKey, LogicalPageBox logicalPage, TableContentProducer contentProducer, RTFOutputProcessorMetaData metaData, boolean incremental)
           
 

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

Methods in org.pentaho.reporting.engine.classic.core.modules.output.table.xls.helper with parameters of type LogicalPageBox
 void ExcelTableContentProducer.compute(LogicalPageBox logicalPage, boolean iterativeUpdate)
           
 void ExcelPrinter.print(LogicalPageKey logicalPageKey, LogicalPageBox logicalPage, TableContentProducer contentProducer, boolean incremental)
           
 

Uses of LogicalPageBox in org.pentaho.reporting.engine.classic.core.modules.output.table.xml.internal
 

Methods in org.pentaho.reporting.engine.classic.core.modules.output.table.xml.internal with parameters of type LogicalPageBox
 void XmlDocumentWriter.processTableContent(LogicalPageBox logicalPageBox, OutputProcessorMetaData metaData, TableContentProducer contentProducer)