org.jfree.layouting.modules.output.graphics

Class QueryLogicalPageInterceptor

public class QueryLogicalPageInterceptor extends Object implements GraphicsContentInterceptor

Creation-Date: 10.11.2006, 20:41:29

Author: Thomas Morgner

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

Constructor Detail

QueryLogicalPageInterceptor

public QueryLogicalPageInterceptor(LogicalPageKey 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)