org.jfree.layouting.modules.output.graphics

Class QueryPhysicalPageInterceptor

public class QueryPhysicalPageInterceptor extends Object implements GraphicsContentInterceptor

Creation-Date: 10.11.2006, 20:41:29

Author: Thomas Morgner

Constructor Summary
QueryPhysicalPageInterceptor(PhysicalPageKey pageKey)
Method Summary
PageDrawablegetDrawable()
booleanisLogicalPageAccepted(LogicalPageKey key)
booleanisMoreContentNeeded()
booleanisPhysicalPageAccepted(PhysicalPageKey key)
voidprocessLogicalPage(LogicalPageKey key, PageDrawable page)
voidprocessPhysicalPage(PhysicalPageKey key, PageDrawable page)

Constructor Detail

QueryPhysicalPageInterceptor

public QueryPhysicalPageInterceptor(PhysicalPageKey pageKey)

Method Detail

getDrawable

public PageDrawable getDrawable()

isLogicalPageAccepted

public boolean isLogicalPageAccepted(LogicalPageKey key)

isMoreContentNeeded

public boolean isMoreContentNeeded()

isPhysicalPageAccepted

public boolean isPhysicalPageAccepted(PhysicalPageKey key)

processLogicalPage

public void processLogicalPage(LogicalPageKey key, PageDrawable page)

processPhysicalPage

public void processPhysicalPage(PhysicalPageKey key, PageDrawable page)