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