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 booleanisLogicalPageAccepted(LogicalPageKey key)booleanisMoreContentNeeded()booleanisPhysicalPageAccepted(PhysicalPageKey key)
-
-
-
Method Detail
-
isPhysicalPageAccepted
public boolean isPhysicalPageAccepted(PhysicalPageKey key)
- Specified by:
isPhysicalPageAcceptedin interfacePageFlowSelector
-
isLogicalPageAccepted
public boolean isLogicalPageAccepted(LogicalPageKey key)
- Specified by:
isLogicalPageAcceptedin interfaceFlowSelector
-
isMoreContentNeeded
public boolean isMoreContentNeeded()
- Specified by:
isMoreContentNeededin interfaceFlowSelector
-
-