org.pentaho.reporting.engine.classic.core.modules.output.pageable.pdf
Class PdfOutputProcessor

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
          extended by org.pentaho.reporting.engine.classic.core.modules.output.pageable.pdf.PdfOutputProcessor
All Implemented Interfaces:
OutputProcessor, PageableOutputProcessor

public class PdfOutputProcessor
extends AbstractPageableOutputProcessor

A streaming target, which produces a PDF document.

Author:
Thomas Morgner

Constructor Summary
PdfOutputProcessor(org.pentaho.reporting.libraries.base.config.Configuration configuration, OutputStream outputStream)
           
PdfOutputProcessor(org.pentaho.reporting.libraries.base.config.Configuration configuration, OutputStream outputStream, org.pentaho.reporting.libraries.resourceloader.ResourceManager resourceManager)
           
 
Method Summary
 PageFlowSelector getFlowSelector()
           
 OutputProcessorMetaData getMetaData()
           
 void setFlowSelector(PageFlowSelector flowSelector)
           
 
Methods inherited from class org.pentaho.reporting.engine.classic.core.modules.output.pageable.base.AbstractPageableOutputProcessor
getPhysicalPage, 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, getPageCursor, isNeedAlignedPage, isPaginationFinished, processContent, processingFinished, processRecomputedContent, setPageCursor
 

Constructor Detail

PdfOutputProcessor

public PdfOutputProcessor(org.pentaho.reporting.libraries.base.config.Configuration configuration,
                          OutputStream outputStream)

PdfOutputProcessor

public PdfOutputProcessor(org.pentaho.reporting.libraries.base.config.Configuration configuration,
                          OutputStream outputStream,
                          org.pentaho.reporting.libraries.resourceloader.ResourceManager resourceManager)
Method Detail

getMetaData

public OutputProcessorMetaData getMetaData()

getFlowSelector

public PageFlowSelector getFlowSelector()

setFlowSelector

public void setFlowSelector(PageFlowSelector flowSelector)