public class QueryLogicalPageInterceptor extends java.lang.Object implements GraphicsContentInterceptor
| Constructor and Description |
|---|
QueryLogicalPageInterceptor(LogicalPageKey pageKey) |
| Modifier and Type | Method and Description |
|---|---|
PageDrawable |
getDrawable() |
boolean |
isLogicalPageAccepted(LogicalPageKey key) |
boolean |
isMoreContentNeeded() |
boolean |
isPhysicalPageAccepted(PhysicalPageKey key) |
void |
processLogicalPage(LogicalPageKey key,
PageDrawable page) |
void |
processPhysicalPage(PhysicalPageKey key,
PageDrawable page) |
public QueryLogicalPageInterceptor(LogicalPageKey pageKey)
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 FlowSelectorpublic PageDrawable getDrawable()