Package org.jfree.layouting.output
Interface FlowSelector
-
- All Known Subinterfaces:
GraphicsContentInterceptor,PageFlowSelector
- All Known Implementing Classes:
AllPageFlowSelector,DisplayAllInterceptor,DisplayInterceptor,QueryLogicalPageInterceptor,QueryPhysicalPageInterceptor
public interface FlowSelectorCreation-Date: 12.11.2006, 13:33:27- Author:
- Thomas Morgner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisLogicalPageAccepted(LogicalPageKey key)booleanisMoreContentNeeded()
-
-
-
Method Detail
-
isLogicalPageAccepted
boolean isLogicalPageAccepted(LogicalPageKey key)
-
isMoreContentNeeded
boolean isMoreContentNeeded()
-
-