org.pentaho.reporting.engine.classic.core.modules.output.pageable.plaintext
Class PageableTextOutputProcessor

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.plaintext.PageableTextOutputProcessor
All Implemented Interfaces:
OutputProcessor, PageableOutputProcessor

public class PageableTextOutputProcessor
extends AbstractPageableOutputProcessor

Creation-Date: 13.05.2007, 13:06:24

Author:
Thomas Morgner

Constructor Summary
PageableTextOutputProcessor(PrinterDriver driver, org.pentaho.reporting.libraries.base.config.Configuration configuration)
           
 
Method Summary
 String getEncoding()
           
 PageFlowSelector getFlowSelector()
           
 OutputProcessorMetaData getMetaData()
           
 void setEncoding(String encoding)
           
 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

PageableTextOutputProcessor

public PageableTextOutputProcessor(PrinterDriver driver,
                                   org.pentaho.reporting.libraries.base.config.Configuration configuration)
Method Detail

getEncoding

public String getEncoding()

setEncoding

public void setEncoding(String encoding)

getMetaData

public OutputProcessorMetaData getMetaData()

getFlowSelector

public PageFlowSelector getFlowSelector()

setFlowSelector

public void setFlowSelector(PageFlowSelector flowSelector)