Uses of Class
org.apache.fop.area.AreaTreeModel
-
Packages that use AreaTreeModel Package Description org.apache.fop.area FOP's area tree. -
-
Uses of AreaTreeModel in org.apache.fop.area
Subclasses of AreaTreeModel in org.apache.fop.area Modifier and Type Class Description 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 Modifier and Type Field Description protected AreaTreeModel
AreaTreeHandler. model
The AreaTreeModel in useMethods in org.apache.fop.area that return AreaTreeModel Modifier and Type Method Description AreaTreeModel
AreaTreeHandler. getAreaTreeModel()
Get the area tree model for this area tree.Methods in org.apache.fop.area with parameters of type AreaTreeModel Modifier and Type Method Description 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.
-