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

Packages that use PhysicalPageKey
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.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.xls The Excel output target. 
org.pentaho.reporting.engine.classic.core.modules.output.table.xml   
 

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

Methods in org.pentaho.reporting.engine.classic.core.layout.output that return PhysicalPageKey
 PhysicalPageKey LogicalPageKey.getPage(int x, int y)
           
 

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

Methods in org.pentaho.reporting.engine.classic.core.modules.output.pageable.base that return PhysicalPageKey
 PhysicalPageKey AbstractPageableOutputProcessor.getPhysicalPage(int page)
           
 PhysicalPageKey PageableOutputProcessor.getPhysicalPage(int page)
           
 

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

Uses of PhysicalPageKey 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 PhysicalPageKey
 boolean QueryLogicalPageInterceptor.isPhysicalPageAccepted(PhysicalPageKey key)
           
 boolean QueryPhysicalPageInterceptor.isPhysicalPageAccepted(PhysicalPageKey key)
           
 void QueryLogicalPageInterceptor.processPhysicalPage(PhysicalPageKey key, PageDrawable page)
           
 void GraphicsContentInterceptor.processPhysicalPage(PhysicalPageKey key, PageDrawable page)
           
 void QueryPhysicalPageInterceptor.processPhysicalPage(PhysicalPageKey key, PageDrawable page)
           
 

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

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

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

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

Methods in org.pentaho.reporting.engine.classic.core.modules.output.table.csv that return PhysicalPageKey
 PhysicalPageKey PageableCSVOutputProcessor.getPhysicalPage(int page)
           
 

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

Methods in org.pentaho.reporting.engine.classic.core.modules.output.table.html that return PhysicalPageKey
 PhysicalPageKey PageableHtmlOutputProcessor.getPhysicalPage(int page)
           
 

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

Methods in org.pentaho.reporting.engine.classic.core.modules.output.table.xls that return PhysicalPageKey
 PhysicalPageKey PageableExcelOutputProcessor.getPhysicalPage(int page)
           
 

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

Methods in org.pentaho.reporting.engine.classic.core.modules.output.table.xml that return PhysicalPageKey
 PhysicalPageKey XmlTableOutputProcessor.getPhysicalPage(int page)