fop 1.1

Uses of Class
org.apache.fop.fo.pagination.Root

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 Root.getRoot()
          Returns the root node of this tree
 Root AbstractPageSequence.getRoot()
          Public accessor for the ancestor Root.
 


fop 1.1

Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.