Uses of Class
org.apache.fop.datatypes.FODimension
-
Packages that use FODimension Package Description org.apache.fop.area FOP's area tree.org.apache.fop.fo.pagination All the pagination and declaration formatting objects.org.apache.fop.layoutmgr FOP's layout engine. -
-
Uses of FODimension in org.apache.fop.area
Methods in org.apache.fop.area with parameters of type FODimension Modifier and Type Method Description static CTMCTM. getCTMandRelDims(int absRefOrient, WritingMode writingMode, java.awt.geom.Rectangle2D absVPrect, FODimension reldims)Construct a coordinate transformation matrix (CTM).private static RegionViewportPage. makeRegionViewport(Region r, FODimension reldims, CTM pageCTM)Creates a RegionViewport Area object for this pagination Region. -
Uses of FODimension in org.apache.fop.fo.pagination
Methods in org.apache.fop.fo.pagination with parameters of type FODimension Modifier and Type Method Description abstract java.awt.RectangleRegion. getViewportRectangle(FODimension pageRefRect)java.awt.RectangleRegionAfter. getViewportRectangle(FODimension reldims)java.awt.RectangleRegionBefore. getViewportRectangle(FODimension reldims)java.awt.RectangleRegionBody. getViewportRectangle(FODimension reldims)java.awt.RectangleRegionEnd. getViewportRectangle(FODimension reldims)java.awt.RectangleRegionStart. getViewportRectangle(FODimension reldims) -
Uses of FODimension in org.apache.fop.layoutmgr
Fields in org.apache.fop.layoutmgr declared as FODimension Modifier and Type Field Description private FODimensionBlockContainerLayoutManager. relDims
-