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

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.layout.output.AbstractReportProcessor
      extended by org.pentaho.reporting.engine.classic.core.modules.output.pageable.base.PageableReportProcessor
All Implemented Interfaces:
ReportProcessor
Direct Known Subclasses:
PrintReportProcessor

public class PageableReportProcessor
extends AbstractReportProcessor

Creation-Date: 08.04.2007, 14:51:53

Author:
Thomas Morgner

Constructor Summary
PageableReportProcessor(MasterReport report, PageableOutputProcessor outputProcessor)
           
 
Method Summary
 
Methods inherited from class org.pentaho.reporting.engine.classic.core.layout.output.AbstractReportProcessor
addReportProgressListener, close, getConfiguration, getLogicalPageCount, getOutputProcessor, getPhysicalPageCount, isFullStreamingProcessor, isHandleInterruptedState, isPaginated, paginate, processPage, processReport, removeReportProgressListener, setFullStreamingProcessor, setHandleInterruptedState
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageableReportProcessor

public PageableReportProcessor(MasterReport report,
                               PageableOutputProcessor outputProcessor)
                        throws ReportProcessingException
Throws:
ReportProcessingException