org.jfree.layouting
Class ChainingLayoutProcess
java.lang.Object
org.jfree.layouting.ChainingLayoutProcess
- LayoutProcess
public class ChainingLayoutProcess
extends java.lang.Object
Creation-Date: 16.06.2006, 14:42:57
ChainingLayoutProcess
public ChainingLayoutProcess(LayoutProcess layoutProcess)
getChainedLayoutProcess
public LayoutProcess getChainedLayoutProcess()
getDocumentContext
public DocumentContext getDocumentContext()
The document context holds global information, like the used stylesheets.
It also holds the caches for loading external contents.
- getDocumentContext in interface LayoutProcess
isPagebreakEncountered
public boolean isPagebreakEncountered()
A flag that indicates, whether one or more pagebreak have been encountered
during the last operation. The flag does not necessarily state that the
pagebreak(s) have been triggered by the last operation, it can as well be a
delayed pagebreak indication due to caching or layouting effects (as it
happens with pending or moved content).
- isPagebreakEncountered in interface LayoutProcess
- true, if a pagebreak as been encountered somewhere in the past,
false otherwise.
setChainedLayoutProcess
public void setChainedLayoutProcess(LayoutProcess chainedLayoutProcess)