fop 1.0

Uses of Class
org.apache.fop.area.AreaTreeModel

Packages that use AreaTreeModel
org.apache.fop.area FOP's area tree. 
 

Uses of AreaTreeModel in org.apache.fop.area
 

Subclasses of AreaTreeModel in org.apache.fop.area
 class CachedRenderPagesModel
          A simple cached render pages model.
 class RenderPagesModel
          This uses the AreaTreeModel to store the pages Each page is either rendered if ready or prepared for later rendering.
 

Fields in org.apache.fop.area declared as AreaTreeModel
protected  AreaTreeModel AreaTreeHandler.model
          The AreaTreeModel in use
 

Methods in org.apache.fop.area that return AreaTreeModel
 AreaTreeModel AreaTreeHandler.getAreaTreeModel()
          Get the area tree model for this area tree.
 

Methods in org.apache.fop.area with parameters of type AreaTreeModel
 org.xml.sax.ContentHandler AreaTreeParser.getContentHandler(AreaTreeModel treeModel, FOUserAgent userAgent)
          Creates a new ContentHandler instance that you can send the area tree XML to.
 void AreaTreeParser.parse(javax.xml.transform.Source src, AreaTreeModel treeModel, FOUserAgent userAgent)
          Parses an intermediate file (area tree XML) into an AreaTreeModel instance by adding pages to it.
 


fop 1.0

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