Package | Description |
---|---|
org.apache.fop.area |
FOP's area tree.
|
org.apache.fop.render |
Generic renderer interface.
|
Modifier and Type | Class and Description |
---|---|
class |
BodyRegion
This class is a container for the areas that may be generated by
an fo:region-body.
|
Modifier and Type | Method and Description |
---|---|
RegionReference |
RegionViewport.getRegionReference()
Get the region-reference-area for this region viewport.
|
RegionReference |
PageViewport.getRegionReference(int id)
Convenience method to return a given region-reference-area,
keyed by the Constants class identifier for the corresponding
formatting object (ie.
|
Modifier and Type | Method and Description |
---|---|
void |
RegionViewport.setRegionReference(RegionReference reg)
Set the region-reference-area for this region viewport.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractRenderer.renderRegion(RegionReference region)
Renders a region reference area.
|
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.