org.jfree.layouting.modules.output.graphics

Class DisplayInterceptor

public class DisplayInterceptor extends Object implements GraphicsContentInterceptor

Creation-Date: 10.11.2006, 20:41:29

Author: Thomas Morgner

Constructor Summary
DisplayInterceptor(LogicalPageKey logicalPageKey)
Method Summary
booleanisLogicalPageAccepted(LogicalPageKey key)
booleanisMatched()
booleanisMoreContentNeeded()
booleanisPhysicalPageAccepted(PhysicalPageKey key)
voidprocessLogicalPage(LogicalPageKey key, PageDrawable page)
voidprocessPhysicalPage(PhysicalPageKey key, PageDrawable page)
voidsetMatched(boolean matched)

Constructor Detail

DisplayInterceptor

public DisplayInterceptor(LogicalPageKey logicalPageKey)

Method Detail

isLogicalPageAccepted

public boolean isLogicalPageAccepted(LogicalPageKey key)

isMatched

public boolean isMatched()

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)

setMatched

public void setMatched(boolean matched)