org.pentaho.reporting.engine.classic.core.layout.output
Interface IterativeOutputProcessor

All Superinterfaces:
OutputProcessor
All Known Implementing Classes:
AbstractTableOutputProcessor, FlowCSVOutputProcessor, FlowExcelOutputProcessor, FlowHtmlOutputProcessor, FlowRTFOutputProcessor, PageableCSVOutputProcessor, PageableExcelOutputProcessor, PageableHtmlOutputProcessor, StreamCSVOutputProcessor, StreamExcelOutputProcessor, StreamHtmlOutputProcessor, StreamRTFOutputProcessor, XmlTableOutputProcessor

public interface IterativeOutputProcessor
extends OutputProcessor

Creation-Date: 02.05.2007, 15:36:53

Author:
Thomas Morgner

Method Summary
 void processIterativeContent(LogicalPageBox logicalPageBox, boolean performOutput)
           
 
Methods inherited from interface org.pentaho.reporting.engine.classic.core.layout.output.OutputProcessor
getLogicalPage, getLogicalPageCount, getMetaData, getPageCursor, getPhysicalPageCount, isNeedAlignedPage, isPaginationFinished, processContent, processingFinished, processRecomputedContent, setPageCursor
 

Method Detail

processIterativeContent

void processIterativeContent(LogicalPageBox logicalPageBox,
                             boolean performOutput)
                             throws ContentProcessingException
Throws:
ContentProcessingException