Class AllPageFlowSelector
- java.lang.Object
-
- org.jfree.layouting.output.pageable.AllPageFlowSelector
-
- All Implemented Interfaces:
FlowSelector
,PageFlowSelector
public class AllPageFlowSelector extends java.lang.Object implements PageFlowSelector
Creation-Date: 12.11.2006, 13:42:38- Author:
- Thomas Morgner
-
-
Constructor Summary
Constructors Constructor Description AllPageFlowSelector()
AllPageFlowSelector(boolean logicalPages)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isLogicalPageAccepted(LogicalPageKey key)
boolean
isMoreContentNeeded()
boolean
isPhysicalPageAccepted(PhysicalPageKey key)
-
-
-
Method Detail
-
isPhysicalPageAccepted
public boolean isPhysicalPageAccepted(PhysicalPageKey key)
- Specified by:
isPhysicalPageAccepted
in interfacePageFlowSelector
-
isLogicalPageAccepted
public boolean isLogicalPageAccepted(LogicalPageKey key)
- Specified by:
isLogicalPageAccepted
in interfaceFlowSelector
-
isMoreContentNeeded
public boolean isMoreContentNeeded()
- Specified by:
isMoreContentNeeded
in interfaceFlowSelector
-
-