public class DisplayAllInterceptor extends java.lang.Object implements GraphicsContentInterceptor
| Constructor and Description |
|---|
DisplayAllInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLogicalPageAccepted(LogicalPageKey key) |
boolean |
isMoreContentNeeded() |
boolean |
isPhysicalPageAccepted(PhysicalPageKey key) |
void |
processLogicalPage(LogicalPageKey key,
PageDrawable page) |
void |
processPhysicalPage(PhysicalPageKey key,
PageDrawable page) |
public boolean isLogicalPageAccepted(LogicalPageKey key)
isLogicalPageAccepted in interface FlowSelectorpublic void processLogicalPage(LogicalPageKey key, PageDrawable page)
processLogicalPage in interface GraphicsContentInterceptorpublic boolean isPhysicalPageAccepted(PhysicalPageKey key)
isPhysicalPageAccepted in interface PageFlowSelectorpublic void processPhysicalPage(PhysicalPageKey key, PageDrawable page)
processPhysicalPage in interface GraphicsContentInterceptorpublic boolean isMoreContentNeeded()
isMoreContentNeeded in interface FlowSelector