org.pentaho.reporting.engine.classic.core.modules.output.pageable.graphics.internal
Interface GraphicsContentInterceptor

All Superinterfaces:
FlowSelector, PageFlowSelector
All Known Implementing Classes:
QueryLogicalPageInterceptor, QueryPhysicalPageInterceptor

public interface GraphicsContentInterceptor
extends PageFlowSelector


Method Summary
 void processLogicalPage(LogicalPageKey key, PageDrawable page)
           
 void processPhysicalPage(PhysicalPageKey key, PageDrawable page)
           
 
Methods inherited from interface org.pentaho.reporting.engine.classic.core.modules.output.pageable.base.PageFlowSelector
isPhysicalPageAccepted
 
Methods inherited from interface org.pentaho.reporting.engine.classic.core.layout.output.FlowSelector
isLogicalPageAccepted
 

Method Detail

processLogicalPage

void processLogicalPage(LogicalPageKey key,
                        PageDrawable page)

processPhysicalPage

void processPhysicalPage(PhysicalPageKey key,
                         PageDrawable page)