Class FlowGraphicsOutputProcessor
- java.lang.Object
-
- org.jfree.layouting.output.AbstractOutputProcessor
-
- org.jfree.layouting.modules.output.graphics.FlowGraphicsOutputProcessor
-
- All Implemented Interfaces:
OutputProcessor
public class FlowGraphicsOutputProcessor extends AbstractOutputProcessor
Creation-Date: 02.01.2006, 19:55:14- Author:
- Thomas Morgner
-
-
Field Summary
-
Fields inherited from class org.jfree.layouting.output.AbstractOutputProcessor
PROCESSING_CONTENT, PROCESSING_GLOBAL_CONTENT, PROCESSING_PAGES
-
-
Constructor Summary
Constructors Constructor Description FlowGraphicsOutputProcessor(org.pentaho.reporting.libraries.base.config.Configuration configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Renderer
createRenderer(LayoutProcess layoutProcess)
GraphicsContentInterceptor
getInterceptor()
OutputProcessorMetaData
getMetaData()
PrototypeBuildingRenderer
getPrototypeBuilder()
protected void
processPageContent(LogicalPageKey logicalPageKey, LogicalPageBox logicalPage)
void
setInterceptor(GraphicsContentInterceptor interceptor)
-
Methods inherited from class org.jfree.layouting.output.AbstractOutputProcessor
createInputFeed, createLogicalPage, createModelBuilder, createNormalizer, getConfiguration, getDocumentContext, getLogicalPage, getLogicalPageCount, getPageCursor, getProcessingState, isContentGeneratable, isGlobalStateComputed, isPaginationFinished, processContent, processDocumentMetaData, processingContentFinished, processingFinished, processingGlobalContentFinished, processingPagesFinished, setPageCursor
-
-
-
-
Method Detail
-
getMetaData
public OutputProcessorMetaData getMetaData()
-
getInterceptor
public GraphicsContentInterceptor getInterceptor()
-
setInterceptor
public void setInterceptor(GraphicsContentInterceptor interceptor)
-
processPageContent
protected void processPageContent(LogicalPageKey logicalPageKey, LogicalPageBox logicalPage)
- Specified by:
processPageContent
in classAbstractOutputProcessor
-
getPrototypeBuilder
public PrototypeBuildingRenderer getPrototypeBuilder()
-
createRenderer
public Renderer createRenderer(LayoutProcess layoutProcess)
-
-