|
fop 1.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Region | |
---|---|
org.apache.fop.area | FOP's area tree. |
org.apache.fop.fo.pagination | All the pagination and declaration formatting objects. |
Uses of Region in org.apache.fop.area |
---|
Constructors in org.apache.fop.area with parameters of type Region | |
---|---|
RegionReference(Region regionFO,
RegionViewport parent)
Create a new region reference area. |
Uses of Region in org.apache.fop.fo.pagination |
---|
Subclasses of Region in org.apache.fop.fo.pagination | |
---|---|
class |
RegionAfter
Class modelling the fo:region-after object. |
class |
RegionBA
Abstract base class for fo:region-before and
fo:region-after . |
class |
RegionBefore
Class modelling the fo:region-before object. |
class |
RegionBody
Class modelling the fo:region-body object. |
class |
RegionEnd
Class modelling the fo:region-end object. |
class |
RegionSE
Abstract base class for fo:region-start and
fo:region-end . |
class |
RegionStart
Class modelling the fo:region-start object. |
class |
SideRegion
Common base class for side regions (before, after, start, end). |
Methods in org.apache.fop.fo.pagination that return Region | |
---|---|
Region |
SimplePageMaster.getRegion(int regionId)
Returns the region for a given region class. |
protected Region |
Region.getSiblingRegion(int regionId)
Returns a sibling region for this region. |
Methods in org.apache.fop.fo.pagination with parameters of type Region | |
---|---|
protected void |
SimplePageMaster.addRegion(Region region)
Adds a region to this simple-page-master. |
|
fop 1.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |