Uses of Class
org.pentaho.reporting.engine.classic.core.layout.output.LogicalPageKey

Packages that use LogicalPageKey
org.pentaho.reporting.engine.classic.core.layout.output   
org.pentaho.reporting.engine.classic.core.modules.output.pageable.base Support for the output targets that are page- and print oriented. 
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.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   
 

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

Methods in org.pentaho.reporting.engine.classic.core.layout.output that return LogicalPageKey
 LogicalPageKey PhysicalPageKey.getLogicalPage()
           
 LogicalPageKey OutputProcessor.getLogicalPage(int page)
           
 LogicalPageKey AbstractOutputProcessor.getLogicalPage(int page)
           
 

Methods in org.pentaho.reporting.engine.classic.core.layout.output with parameters of type LogicalPageKey
 boolean FlowSelector.isLogicalPageAccepted(LogicalPageKey key)
           
 boolean DisplayAllFlowSelector.isLogicalPageAccepted(LogicalPageKey key)
           
 

Constructors in org.pentaho.reporting.engine.classic.core.layout.output with parameters of type LogicalPageKey
PhysicalPageKey(LogicalPageKey logicalPage, int x, int y)
           
 

Uses of LogicalPageKey in org.pentaho.reporting.engine.classic.core.modules.output.pageable.base
 

Methods in org.pentaho.reporting.engine.classic.core.modules.output.pageable.base with parameters of type LogicalPageKey
 boolean AllPageFlowSelector.isLogicalPageAccepted(LogicalPageKey key)
           
 boolean SinglePageFlowSelector.isLogicalPageAccepted(LogicalPageKey key)
           
 

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

Methods in org.pentaho.reporting.engine.classic.core.modules.output.pageable.graphics.internal with parameters of type LogicalPageKey
 boolean QueryLogicalPageInterceptor.isLogicalPageAccepted(LogicalPageKey key)
           
 boolean QueryPhysicalPageInterceptor.isLogicalPageAccepted(LogicalPageKey key)
           
 void QueryLogicalPageInterceptor.processLogicalPage(LogicalPageKey key, PageDrawable page)
           
 void GraphicsContentInterceptor.processLogicalPage(LogicalPageKey key, PageDrawable page)
           
 void QueryPhysicalPageInterceptor.processLogicalPage(LogicalPageKey key, PageDrawable page)
           
 

Constructors in org.pentaho.reporting.engine.classic.core.modules.output.pageable.graphics.internal with parameters of type LogicalPageKey
QueryLogicalPageInterceptor(LogicalPageKey pageKey)
           
 

Uses of LogicalPageKey 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 LogicalPageKey
 void PdfDocumentWriter.processLogicalPage(LogicalPageKey key, LogicalPageBox logicalPage)
           
 

Uses of LogicalPageKey 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 LogicalPageKey
 void TextDocumentWriter.processLogicalPage(LogicalPageKey key, LogicalPageBox logicalPage)
           
 

Uses of LogicalPageKey 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 LogicalPageKey
 void XmlDocumentWriter.processLogicalPage(LogicalPageKey key, LogicalPageBox logicalPage)
           
 

Uses of LogicalPageKey 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 LogicalPageKey
 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 LogicalPageKey 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 LogicalPageKey
 void RTFPrinter.print(LogicalPageKey logicalPageKey, LogicalPageBox logicalPage, TableContentProducer contentProducer, RTFOutputProcessorMetaData metaData, boolean incremental)
           
 

Uses of LogicalPageKey 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 LogicalPageKey
 void ExcelPrinter.print(LogicalPageKey logicalPageKey, LogicalPageBox logicalPage, TableContentProducer contentProducer, boolean incremental)