Uses of Class
org.apache.fop.layout.AreaTree

Packages that use AreaTree
org.apache.fop.extensions   
org.apache.fop.fo.pagination   
org.apache.fop.layout   
 

Uses of AreaTree in org.apache.fop.extensions
 

Methods in org.apache.fop.extensions with parameters of type AreaTree
 void ExtensionObj.format(AreaTree areaTree)
          Called for root extensions.
 void ContinuedLabel.format(AreaTree areaTree)
          Null implementation.
 

Uses of AreaTree in org.apache.fop.fo.pagination
 

Methods in org.apache.fop.fo.pagination with parameters of type AreaTree
 void PageSequence.format(AreaTree areaTree)
          Runs the formatting of this page sequence into the given area tree
 

Uses of AreaTree in org.apache.fop.layout
 

Fields in org.apache.fop.layout declared as AreaTree
protected  AreaTree Box.areaTree
           
 

Methods in org.apache.fop.layout that return AreaTree
 AreaTree Page.getAreaTree()
           
 

Methods in org.apache.fop.layout with parameters of type AreaTree
 Page PageMaster.makePage(AreaTree areaTree)
           
 



Copyright © 1999-2003 Apache Software Foundation. All Rights Reserved.