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 CTM
CTM. getCTMandRelDims(int absRefOrient, WritingMode writingMode, java.awt.geom.Rectangle2D absVPrect, FODimension reldims)
Construct a coordinate transformation matrix (CTM).private static RegionViewport
Page. 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.Rectangle
Region. getViewportRectangle(FODimension pageRefRect)
java.awt.Rectangle
RegionAfter. getViewportRectangle(FODimension reldims)
java.awt.Rectangle
RegionBefore. getViewportRectangle(FODimension reldims)
java.awt.Rectangle
RegionBody. getViewportRectangle(FODimension reldims)
java.awt.Rectangle
RegionEnd. getViewportRectangle(FODimension reldims)
java.awt.Rectangle
RegionStart. 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 FODimension
BlockContainerLayoutManager. relDims
-