org.pentaho.reporting.engine.classic.core.modules.output.pageable.base
Class AbstractPageableOutputProcessor

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.layout.output.AbstractOutputProcessor
      extended by org.pentaho.reporting.engine.classic.core.modules.output.pageable.base.AbstractPageableOutputProcessor
All Implemented Interfaces:
OutputProcessor, PageableOutputProcessor
Direct Known Subclasses:
GraphicsOutputProcessor, PageableTextOutputProcessor, PdfOutputProcessor, XmlPageOutputProcessor

public abstract class AbstractPageableOutputProcessor
extends AbstractOutputProcessor
implements PageableOutputProcessor

Creation-Date: 09.04.2007, 10:59:35

Author:
Thomas Morgner

Method Summary
 PhysicalPageKey getPhysicalPage(int page)
           
 int getPhysicalPageCount()
           
 
Methods inherited from class org.pentaho.reporting.engine.classic.core.layout.output.AbstractOutputProcessor
getLogicalPage, getLogicalPageCount, getPageCursor, isNeedAlignedPage, isPaginationFinished, processContent, processingFinished, processRecomputedContent, setPageCursor
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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

public int getPhysicalPageCount()
Specified by:
getPhysicalPageCount in interface OutputProcessor
Specified by:
getPhysicalPageCount in interface PageableOutputProcessor
Overrides:
getPhysicalPageCount in class AbstractOutputProcessor

getPhysicalPage

public PhysicalPageKey getPhysicalPage(int page)
Specified by:
getPhysicalPage in interface PageableOutputProcessor