org.pentaho.reporting.engine.classic.core.modules.output.pageable.base
Interface PageableOutputProcessor

All Superinterfaces:
OutputProcessor
All Known Implementing Classes:
AbstractPageableOutputProcessor, GraphicsOutputProcessor, PageableCSVOutputProcessor, PageableExcelOutputProcessor, PageableHtmlOutputProcessor, PageableTextOutputProcessor, PdfOutputProcessor, XmlPageOutputProcessor, XmlTableOutputProcessor

public interface PageableOutputProcessor
extends OutputProcessor

Creation-Date: 08.04.2007, 15:42:26

Author:
Thomas Morgner

Method Summary
 PhysicalPageKey getPhysicalPage(int page)
           
 int getPhysicalPageCount()
           
 
Methods inherited from interface org.pentaho.reporting.engine.classic.core.layout.output.OutputProcessor
getLogicalPage, getLogicalPageCount, getMetaData, getPageCursor, isNeedAlignedPage, isPaginationFinished, processContent, processingFinished, processRecomputedContent, setPageCursor
 

Method Detail

getPhysicalPageCount

int getPhysicalPageCount()
Specified by:
getPhysicalPageCount in interface OutputProcessor

getPhysicalPage

PhysicalPageKey getPhysicalPage(int page)