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

Packages that use PhysicalPageBox
org.pentaho.reporting.engine.classic.core.layout.model   
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.table.xls.helper   
 

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

Methods in org.pentaho.reporting.engine.classic.core.layout.model that return PhysicalPageBox
 PhysicalPageBox PageGrid.getPage(int row, int col)
           
 PhysicalPageBox DefaultPageGrid.getPage(int row, int col)
          In case of overlapping pageboxes, this method may return null.
 

Uses of PhysicalPageBox 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 PhysicalPageBox
PhysicalPageDrawable(LogicalPageDrawable pageDrawable, PhysicalPageBox page)
           
 

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

Constructors in org.pentaho.reporting.engine.classic.core.modules.output.pageable.pdf.internal with parameters of type PhysicalPageBox
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 PhysicalPageBox 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 PhysicalPageBox
static void ExcelPrintSetupFactory.performPageSetup(org.apache.poi.ss.usermodel.PrintSetup printSetup, PhysicalPageBox pageformat, String paperdef, String paperOrientation)
          Performs the page setup and searches a matching page format for the report.