Uses of Class
org.apache.fop.fo.pagination.Region
Packages that use Region
Package
Description
FOP's area tree.
All the pagination and declaration formatting objects.
-
Uses of Region in org.apache.fop.area
Methods in org.apache.fop.area with parameters of type RegionModifier and TypeMethodDescriptionprivate static RegionViewport
Page.makeRegionViewport
(Region r, FODimension reldims, CTM pageCTM) Creates a RegionViewport Area object for this pagination Region.private static void
Page.setRegionReferencePosition
(RegionReference rr, Region r, Rectangle2D absRegVPRect) Set the region reference position within the region viewport.Constructors in org.apache.fop.area with parameters of type RegionModifierConstructorDescriptionRegionReference
(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.paginationModifier and TypeClassDescriptionclass
Class modelling thefo:region-after
object.class
Abstract base class forfo:region-before
andfo:region-after
.class
Class modelling thefo:region-before
object.class
Class modelling thefo:region-body
object.class
Class modelling thefo:region-end
object.class
Abstract base class forfo:region-start
andfo:region-end
.class
Class modelling thefo:region-start
object.class
Common base class for side regions (before, after, start, end).Fields in org.apache.fop.fo.pagination with type parameters of type RegionMethods in org.apache.fop.fo.pagination that return RegionModifier and TypeMethodDescriptionSimplePageMaster.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 that return types with arguments of type RegionModifier and TypeMethodDescriptionSimplePageMaster.getRegions()
Returns a Map of regions associated with this simple-page-masterMethods in org.apache.fop.fo.pagination with parameters of type Region