org.jfree.layouting.modules.output.graphics
public class DisplayInterceptor extends Object implements GraphicsContentInterceptor
| Constructor Summary | |
|---|---|
| DisplayInterceptor(LogicalPageKey logicalPageKey) | |
| Method Summary | |
|---|---|
| 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) |