Package | Description |
---|---|
org.apache.fop.area |
FOP's area tree.
|
Modifier and Type | Class and 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 and Description |
---|---|
protected AreaTreeModel |
AreaTreeHandler.model
The AreaTreeModel in use
|
Modifier and Type | Method and Description |
---|---|
AreaTreeModel |
AreaTreeHandler.getAreaTreeModel()
Get the area tree model for this area tree.
|
Modifier and Type | Method and Description |
---|---|
ContentHandler |
AreaTreeParser.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.
|
Copyright © 2025 Apache Software Foundation. All rights reserved.