Class FlowRTFOutputProcessor
- java.lang.Object
-
- org.pentaho.reporting.engine.classic.core.layout.output.AbstractOutputProcessor
-
- org.pentaho.reporting.engine.classic.core.modules.output.table.base.AbstractTableOutputProcessor
-
- org.pentaho.reporting.engine.classic.core.modules.output.table.rtf.FlowRTFOutputProcessor
-
- All Implemented Interfaces:
IterativeOutputProcessor
,OutputProcessor
public class FlowRTFOutputProcessor 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
ROTATED_TEXT_AS_IMAGES, SHAPES_CONTENT, STRICT_LAYOUT, TREAT_ELLIPSE_AS_RECTANGLE
-
Fields inherited from class org.pentaho.reporting.engine.classic.core.layout.output.AbstractOutputProcessor
PROCESSING_CONTENT, PROCESSING_PAGES
-
-
Constructor Summary
Constructors Constructor Description FlowRTFOutputProcessor(org.pentaho.reporting.libraries.base.config.Configuration config, OutputStream outputStream, org.pentaho.reporting.libraries.resourceloader.ResourceManager resourceManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FlowSelector
getFlowSelector()
OutputProcessorMetaData
getMetaData()
protected void
processingContentFinished()
protected void
processTableContent(LogicalPageKey logicalPageKey, LogicalPageBox logicalPage, TableContentProducer contentProducer)
void
setFlowSelector(FlowSelector flowSelector)
protected void
updateTableContent(LogicalPageKey logicalPageKey, LogicalPageBox logicalPageBox, TableContentProducer tableContentProducer, boolean performOutput)
-
Methods inherited from class org.pentaho.reporting.engine.classic.core.modules.output.table.base.AbstractTableOutputProcessor
createTableContentProducer, isNeedAlignedPage, processingStarted, processIterativeContent, processPageContent, processPaginationContent
-
Methods inherited from class org.pentaho.reporting.engine.classic.core.layout.output.AbstractOutputProcessor
createLogicalPage, getLogicalPage, getLogicalPageCount, getPageCursor, getPhysicalPageCount, getStartTime, isContentGeneratable, isPaginationFinished, processContent, processingFinished, processingPagesFinished, processRecomputedContent, setPageCursor
-
Methods inherited from class java.lang.Object
clone, equals, finalize, 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
-
FlowRTFOutputProcessor
public FlowRTFOutputProcessor(org.pentaho.reporting.libraries.base.config.Configuration config, OutputStream outputStream, org.pentaho.reporting.libraries.resourceloader.ResourceManager resourceManager)
-
-
Method Detail
-
getMetaData
public OutputProcessorMetaData getMetaData()
-
setFlowSelector
public void setFlowSelector(FlowSelector flowSelector)
-
getFlowSelector
public FlowSelector getFlowSelector()
- Specified by:
getFlowSelector
in classAbstractTableOutputProcessor
-
processTableContent
protected void processTableContent(LogicalPageKey logicalPageKey, LogicalPageBox logicalPage, TableContentProducer contentProducer) throws ContentProcessingException
- Specified by:
processTableContent
in classAbstractTableOutputProcessor
- Throws:
ContentProcessingException
-
updateTableContent
protected void updateTableContent(LogicalPageKey logicalPageKey, LogicalPageBox logicalPageBox, TableContentProducer tableContentProducer, boolean performOutput) throws ContentProcessingException
- Overrides:
updateTableContent
in classAbstractTableOutputProcessor
- Throws:
ContentProcessingException
-
processingContentFinished
protected void processingContentFinished()
- Overrides:
processingContentFinished
in classAbstractOutputProcessor
-
-