org.jfree.layouting.modules.output.graphics
Class FlowGraphicsOutputProcessor

java.lang.Object
  extended by org.jfree.layouting.output.AbstractOutputProcessor
      extended by 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
FlowGraphicsOutputProcessor(org.pentaho.reporting.libraries.base.config.Configuration configuration)
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowGraphicsOutputProcessor

public FlowGraphicsOutputProcessor(org.pentaho.reporting.libraries.base.config.Configuration configuration)
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 class AbstractOutputProcessor

getPrototypeBuilder

public PrototypeBuildingRenderer getPrototypeBuilder()

createRenderer

public Renderer createRenderer(LayoutProcess layoutProcess)