|
fop 1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Root | |
---|---|
org.apache.fop.accessibility.fo | |
org.apache.fop.area | FOP's area tree. |
org.apache.fop.fo | Classes, constants and basic infrastructure for the FO tree. |
org.apache.fop.fo.pagination | All the pagination and declaration formatting objects. |
Uses of Root in org.apache.fop.accessibility.fo |
---|
Methods in org.apache.fop.accessibility.fo with parameters of type Root | |
---|---|
void |
FO2StructureTreeConverter.endRoot(Root root)
|
void |
FO2StructureTreeConverter.startRoot(Root root)
|
Uses of Root in org.apache.fop.area |
---|
Methods in org.apache.fop.area with parameters of type Root | |
---|---|
void |
AreaTreeHandler.startRoot(Root root)
|
Uses of Root in org.apache.fop.fo |
---|
Fields in org.apache.fop.fo declared as Root | |
---|---|
protected Root |
FOTreeBuilder.rootFObj
The root of the formatting object tree |
Methods in org.apache.fop.fo that return Root | |
---|---|
Root |
FONode.getRoot()
Returns the root node of this tree |
Methods in org.apache.fop.fo with parameters of type Root | |
---|---|
void |
FOEventHandler.endRoot(Root root)
Called upon end of root element. |
void |
DelegatingFOEventHandler.endRoot(Root root)
|
void |
FOEventHandler.startRoot(Root root)
Called upon start of root element. |
void |
DelegatingFOEventHandler.startRoot(Root root)
|
Uses of Root in org.apache.fop.fo.pagination |
---|
Methods in org.apache.fop.fo.pagination that return Root | |
---|---|
Root |
AbstractPageSequence.getRoot()
Public accessor for the ancestor Root. |
Root |
Root.getRoot()
Returns the root node of this tree |
|
fop 1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |