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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
processLogicalPage(LogicalPageKey key, PageDrawable page)
void
processPhysicalPage(PhysicalPageKey key, PageDrawable page)
-
Methods inherited from interface org.jfree.layouting.output.FlowSelector
isLogicalPageAccepted, isMoreContentNeeded
-
Methods inherited from interface org.jfree.layouting.output.pageable.PageFlowSelector
isPhysicalPageAccepted
-
-
-
-
Method Detail
-
processLogicalPage
void processLogicalPage(LogicalPageKey key, PageDrawable page)
-
processPhysicalPage
void processPhysicalPage(PhysicalPageKey key, PageDrawable page)
-
-