Uses of Class
org.foray.fotree.fo.obj.Root

Packages that use Root
org.foray.fotree Classes for parsing and representing the XSL-FO document input objects and properties in the various namespaces. 
org.foray.fotree.fo.obj Classes representing the various Formatting Objects in the fo: namespace. 
 

Uses of Root in org.foray.fotree
 

Methods in org.foray.fotree that return Root
 Root FObj.getRoot()
          Return the root of this tree.
 Root FOTreeBuilder.getRootFo()
           
 

Uses of Root in org.foray.fotree.fo.obj
 

Methods in org.foray.fotree.fo.obj that return Root
 Root PageSequence.getParent()
           
 Root LayoutMasterSet.getParent()
           
 Root Root.getRoot()
          Return the root of this tree.
 Root PageSequence.getRoot()
          Override the default method, because this object knows how to find the Root directly.
 Root LayoutMasterSet.getRoot()
          Overrides the standard method because this class knows how to fint the Root directly.
 

Constructors in org.foray.fotree.fo.obj with parameters of type Root
LayoutMasterSet(Root parent, PropertyList propertyList)
          Constructor.
PageSequence(Root parent, PropertyList propertyList)
          Constructor.
 



Copyright © 2017. All rights reserved.