Class DisplayAllInterceptor
- java.lang.Object
-
- org.jfree.layouting.modules.output.graphics.DisplayAllInterceptor
-
- All Implemented Interfaces:
GraphicsContentInterceptor,FlowSelector,PageFlowSelector
public class DisplayAllInterceptor extends java.lang.Object implements GraphicsContentInterceptor
Creation-Date: 10.11.2006, 20:41:29- Author:
- Thomas Morgner
-
-
Constructor Summary
Constructors Constructor Description DisplayAllInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisLogicalPageAccepted(LogicalPageKey key)booleanisMoreContentNeeded()booleanisPhysicalPageAccepted(PhysicalPageKey key)voidprocessLogicalPage(LogicalPageKey key, PageDrawable page)voidprocessPhysicalPage(PhysicalPageKey key, PageDrawable page)
-
-
-
Method Detail
-
isLogicalPageAccepted
public boolean isLogicalPageAccepted(LogicalPageKey key)
- Specified by:
isLogicalPageAcceptedin interfaceFlowSelector
-
processLogicalPage
public void processLogicalPage(LogicalPageKey key, PageDrawable page)
- Specified by:
processLogicalPagein interfaceGraphicsContentInterceptor
-
isPhysicalPageAccepted
public boolean isPhysicalPageAccepted(PhysicalPageKey key)
- Specified by:
isPhysicalPageAcceptedin interfacePageFlowSelector
-
processPhysicalPage
public void processPhysicalPage(PhysicalPageKey key, PageDrawable page)
- Specified by:
processPhysicalPagein interfaceGraphicsContentInterceptor
-
isMoreContentNeeded
public boolean isMoreContentNeeded()
- Specified by:
isMoreContentNeededin interfaceFlowSelector
-
-