org.pentaho.reporting.engine.classic.core.modules.output.table.csv
Class FlowCSVOutputProcessor

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.csv.FlowCSVOutputProcessor
All Implemented Interfaces:
IterativeOutputProcessor, OutputProcessor

public class FlowCSVOutputProcessor
extends AbstractTableOutputProcessor

Creation-Date: 09.05.2007, 14:36:28

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
FlowCSVOutputProcessor(org.pentaho.reporting.libraries.base.config.Configuration config)
           
 
Method Summary
 org.pentaho.reporting.libraries.repository.ContentLocation getContentLocation()
           
 org.pentaho.reporting.libraries.repository.NameGenerator getContentNameGenerator()
           
 String getEncoding()
           
 FlowSelector getFlowSelector()
           
 OutputProcessorMetaData getMetaData()
           
 void setContentLocation(org.pentaho.reporting.libraries.repository.ContentLocation contentLocation)
           
 void setContentNameGenerator(org.pentaho.reporting.libraries.repository.NameGenerator contentNameGenerator)
           
 void setEncoding(String encoding)
           
 void setFlowSelector(FlowSelector flowSelector)
           
 
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, isPaginationFinished, processContent, processingFinished, processRecomputedContent, setPageCursor
 

Constructor Detail

FlowCSVOutputProcessor

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

getEncoding

public String getEncoding()

setEncoding

public void setEncoding(String encoding)

getMetaData

public OutputProcessorMetaData getMetaData()

setFlowSelector

public void setFlowSelector(FlowSelector flowSelector)

getFlowSelector

public FlowSelector getFlowSelector()

getContentLocation

public org.pentaho.reporting.libraries.repository.ContentLocation getContentLocation()

setContentLocation

public void setContentLocation(org.pentaho.reporting.libraries.repository.ContentLocation contentLocation)

getContentNameGenerator

public org.pentaho.reporting.libraries.repository.NameGenerator getContentNameGenerator()

setContentNameGenerator

public void setContentNameGenerator(org.pentaho.reporting.libraries.repository.NameGenerator contentNameGenerator)