org.pentaho.reporting.engine.classic.core.modules.output.table.html
Class FlowHtmlOutputProcessor

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.layout.output.AbstractOutputProcessor
      extended by org.pentaho.reporting.engine.classic.core.modules.output.table.base.AbstractTableOutputProcessor
          extended by org.pentaho.reporting.engine.classic.core.modules.output.table.html.FlowHtmlOutputProcessor
All Implemented Interfaces:
IterativeOutputProcessor, OutputProcessor, HtmlOutputProcessor

public class FlowHtmlOutputProcessor
extends AbstractTableOutputProcessor
implements HtmlOutputProcessor

Creation-Date: 04.05.2007, 16:36:31

Author:
Thomas Morgner

Field Summary
 
Fields inherited from class org.pentaho.reporting.engine.classic.core.modules.output.table.base.AbstractTableOutputProcessor
SHAPES_CONTENT, STRICT_LAYOUT, TREAT_ELLIPSE_AS_RECTANGLE
 
Constructor Summary
FlowHtmlOutputProcessor(org.pentaho.reporting.libraries.base.config.Configuration configuration)
           
 
Method Summary
 FlowSelector getFlowSelector()
           
 OutputProcessorMetaData getMetaData()
           
 HtmlPrinter getPrinter()
           
 void setFlowSelector(FlowSelector flowSelector)
           
 void setPrinter(HtmlPrinter printer)
           
 
Methods inherited from class org.pentaho.reporting.engine.classic.core.modules.output.table.base.AbstractTableOutputProcessor
isNeedAlignedPage, processIterativeContent
 
Methods inherited from class org.pentaho.reporting.engine.classic.core.layout.output.AbstractOutputProcessor
getLogicalPage, getLogicalPageCount, getPageCursor, getPhysicalPageCount, 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, getPhysicalPageCount, isNeedAlignedPage, isPaginationFinished, processContent, processingFinished, processRecomputedContent, setPageCursor
 

Constructor Detail

FlowHtmlOutputProcessor

public FlowHtmlOutputProcessor(org.pentaho.reporting.libraries.base.config.Configuration configuration)
Method Detail

getFlowSelector

public FlowSelector getFlowSelector()

setFlowSelector

public void setFlowSelector(FlowSelector flowSelector)

getMetaData

public OutputProcessorMetaData getMetaData()
Specified by:
getMetaData in interface OutputProcessor

getPrinter

public HtmlPrinter getPrinter()
Specified by:
getPrinter in interface HtmlOutputProcessor

setPrinter

public void setPrinter(HtmlPrinter printer)
Specified by:
setPrinter in interface HtmlOutputProcessor