org.pentaho.reporting.engine.classic.core.modules.output.pageable.graphics.internal
Class GraphicsOutputProcessor

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.layout.output.AbstractOutputProcessor
      extended by org.pentaho.reporting.engine.classic.core.modules.output.pageable.base.AbstractPageableOutputProcessor
          extended by org.pentaho.reporting.engine.classic.core.modules.output.pageable.graphics.internal.GraphicsOutputProcessor
All Implemented Interfaces:
OutputProcessor, PageableOutputProcessor

public class GraphicsOutputProcessor
extends AbstractPageableOutputProcessor

Creation-Date: 02.01.2006, 19:55:14

Author:
Thomas Morgner

Constructor Summary
GraphicsOutputProcessor(org.pentaho.reporting.libraries.base.config.Configuration configuration)
           
GraphicsOutputProcessor(org.pentaho.reporting.libraries.base.config.Configuration configuration, org.pentaho.reporting.libraries.resourceloader.ResourceManager resourceManager)
           
GraphicsOutputProcessor(OutputProcessorMetaData metaData, org.pentaho.reporting.libraries.resourceloader.ResourceManager resourceManager)
           
 
Method Summary
 GraphicsContentInterceptor getInterceptor()
           
 OutputProcessorMetaData getMetaData()
           
 void setInterceptor(GraphicsContentInterceptor interceptor)
           
 
Methods inherited from class org.pentaho.reporting.engine.classic.core.modules.output.pageable.base.AbstractPageableOutputProcessor
getPhysicalPage, getPhysicalPageCount
 
Methods inherited from class org.pentaho.reporting.engine.classic.core.layout.output.AbstractOutputProcessor
getLogicalPage, getLogicalPageCount, getPageCursor, isNeedAlignedPage, 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, isNeedAlignedPage, isPaginationFinished, processContent, processingFinished, processRecomputedContent, setPageCursor
 

Constructor Detail

GraphicsOutputProcessor

public GraphicsOutputProcessor(org.pentaho.reporting.libraries.base.config.Configuration configuration)

GraphicsOutputProcessor

public GraphicsOutputProcessor(org.pentaho.reporting.libraries.base.config.Configuration configuration,
                               org.pentaho.reporting.libraries.resourceloader.ResourceManager resourceManager)

GraphicsOutputProcessor

public GraphicsOutputProcessor(OutputProcessorMetaData metaData,
                               org.pentaho.reporting.libraries.resourceloader.ResourceManager resourceManager)
Method Detail

getMetaData

public OutputProcessorMetaData getMetaData()

getInterceptor

public GraphicsContentInterceptor getInterceptor()

setInterceptor

public void setInterceptor(GraphicsContentInterceptor interceptor)