Package | Description |
---|---|
org.apache.fop.area |
FOP's area tree.
|
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.
|
Modifier and Type | Field | Description |
---|---|---|
protected AreaTreeModel |
AreaTreeHandler.model |
The AreaTreeModel in use
|
Modifier and Type | Method | Description |
---|---|---|
AreaTreeModel |
AreaTreeHandler.getAreaTreeModel() |
Get the area tree model for this area tree.
|
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.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.