Uses of Class
org.apache.fop.fo.pagination.Region
-
Packages that use Region Package Description 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
Methods in org.apache.fop.area with parameters of type Region Modifier and Type Method Description private static RegionViewportPage. makeRegionViewport(Region r, FODimension reldims, CTM pageCTM)Creates a RegionViewport Area object for this pagination Region.private static voidPage. setRegionReferencePosition(RegionReference rr, Region r, java.awt.geom.Rectangle2D absRegVPRect)Set the region reference position within the region viewport.Constructors in org.apache.fop.area with parameters of type Region Constructor Description 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 Modifier and Type Class Description classRegionAfterClass modelling thefo:region-afterobject.classRegionBAAbstract base class forfo:region-beforeandfo:region-after.classRegionBeforeClass modelling thefo:region-beforeobject.classRegionBodyClass modelling thefo:region-bodyobject.classRegionEndClass modelling thefo:region-endobject.classRegionSEAbstract base class forfo:region-startandfo:region-end.classRegionStartClass modelling thefo:region-startobject.classSideRegionCommon base class for side regions (before, after, start, end).Fields in org.apache.fop.fo.pagination with type parameters of type Region Modifier and Type Field Description private java.util.Map<java.lang.String,Region>SimplePageMaster. regionsPage regions (regionClass, Region)Methods in org.apache.fop.fo.pagination that return Region Modifier and Type Method Description RegionSimplePageMaster. getRegion(int regionId)Returns the region for a given region class.protected RegionRegion. getSiblingRegion(int regionId)Returns a sibling region for this region.Methods in org.apache.fop.fo.pagination that return types with arguments of type Region Modifier and Type Method Description java.util.Map<java.lang.String,Region>SimplePageMaster. getRegions()Returns a Map of regions associated with this simple-page-masterMethods in org.apache.fop.fo.pagination with parameters of type Region Modifier and Type Method Description protected voidSimplePageMaster. addRegion(Region region)Adds a region to this simple-page-master.
-