org.jfree.layouting.modules.output.graphics
Interface GraphicsContentInterceptor

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

public interface GraphicsContentInterceptor
extends PageFlowSelector

Creation-Date: 10.11.2006, 20:02:15

Author:
Thomas Morgner

Method Summary
 void processLogicalPage(LogicalPageKey key, PageDrawable page)
           
 void processPhysicalPage(PhysicalPageKey key, PageDrawable page)
           
 
Methods inherited from interface org.jfree.layouting.output.pageable.PageFlowSelector
isPhysicalPageAccepted
 
Methods inherited from interface org.jfree.layouting.output.FlowSelector
isLogicalPageAccepted, isMoreContentNeeded
 

Method Detail

processLogicalPage

void processLogicalPage(LogicalPageKey key,
                        PageDrawable page)

processPhysicalPage

void processPhysicalPage(PhysicalPageKey key,
                         PageDrawable page)