|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.layouting.layouter.model.LayoutNode
org.jfree.layouting.layouter.model.LayoutElement
org.jfree.layouting.layouter.model.LayoutRoot
public class LayoutRoot
The layout root is the document/page representation in the DOM model. It holds the page-wide settings. It is initialized with the document context and will hold all undeclared counters. Unlike all other elements, this root has no layout-context. Any call to this method will result in a Null-value to be returned. On pagebreaks, no new instance needs to be generated - the layout root exists only once.
Constructor Summary | |
---|---|
LayoutRoot()
|
Method Summary |
---|
Methods inherited from class org.jfree.layouting.layouter.model.LayoutElement |
---|
detachLayoutContext, getCounterValue, getLayoutContext, getPrevious, getString, incrementCounter, isAlternateOpen, isContentsConsumed, isCounterDefined, openAlternate, resetCounter, setContentsConsumed, setString |
Methods inherited from class org.jfree.layouting.layouter.model.LayoutNode |
---|
getParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LayoutRoot()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |