Uses of Class
org.apache.fop.afp.AFPObjectAreaInfo
-
Packages that use AFPObjectAreaInfo Package Description org.apache.fop.afp Contains an AFP library.org.apache.fop.render.afp An AFP Renderer implementation and supporting classes. -
-
Uses of AFPObjectAreaInfo in org.apache.fop.afp
Methods in org.apache.fop.afp that return AFPObjectAreaInfo Modifier and Type Method Description AFPObjectAreaInfo
AFPDataObjectInfo. getObjectAreaInfo()
Returns the object area infoMethods in org.apache.fop.afp with parameters of type AFPObjectAreaInfo Modifier and Type Method Description boolean
AFPResourceManager. includeCachedObject(AFPResourceInfo resourceInfo, AFPObjectAreaInfo areaInfo)
void
AFPDataObjectInfo. setObjectAreaInfo(AFPObjectAreaInfo objectAreaInfo)
Sets the object area info -
Uses of AFPObjectAreaInfo in org.apache.fop.render.afp
Methods in org.apache.fop.render.afp that return AFPObjectAreaInfo Modifier and Type Method Description static AFPObjectAreaInfo
AFPImageHandler. createObjectAreaInfo(AFPPaintingState paintingState, java.awt.Rectangle targetRect)
Creates and returns anAFPObjectAreaInfo
instance for the placement of the image.
-