Uses of Class
org.apache.fop.area.AreaTreeModel
Packages that use AreaTreeModel
-
Uses of AreaTreeModel in org.apache.fop.area
Subclasses of AreaTreeModel in org.apache.fop.areaModifier and TypeClassDescriptionclass
A simple cached render pages model.class
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 AreaTreeModelModifier and TypeFieldDescriptionprotected AreaTreeModel
AreaTreeHandler.model
The AreaTreeModel in useMethods in org.apache.fop.area that return AreaTreeModelModifier and TypeMethodDescriptionAreaTreeHandler.getAreaTreeModel()
Get the area tree model for this area tree.Methods in org.apache.fop.area with parameters of type AreaTreeModelModifier and TypeMethodDescriptionAreaTreeParser.getContentHandler
(AreaTreeModel treeModel, FOUserAgent userAgent) Creates a new ContentHandler instance that you can send the area tree XML to.void
AreaTreeParser.parse
(Source src, AreaTreeModel treeModel, FOUserAgent userAgent) Parses an intermediate file (area tree XML) into an AreaTreeModel instance by adding pages to it.