org.jfree.layouting.modules.output.graphics
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 FlowSelector
public void processLogicalPage(LogicalPageKey key, PageDrawable page)
processLogicalPage
in interface GraphicsContentInterceptor
public boolean isPhysicalPageAccepted(PhysicalPageKey key)
isPhysicalPageAccepted
in interface PageFlowSelector
public void processPhysicalPage(PhysicalPageKey key, PageDrawable page)
processPhysicalPage
in interface GraphicsContentInterceptor
public boolean isMoreContentNeeded()
isMoreContentNeeded
in interface FlowSelector
public boolean isMatched()
public void setMatched(boolean matched)