Uses of Class
org.apache.fop.afp.AFPObjectAreaInfo
Packages that use AFPObjectAreaInfo
Package
Description
Contains an AFP library.
An AFP Renderer implementation and supporting classes.
-
Uses of AFPObjectAreaInfo in org.apache.fop.afp
Fields in org.apache.fop.afp declared as AFPObjectAreaInfoModifier and TypeFieldDescriptionprivate AFPObjectAreaInfo
AFPDataObjectInfo.objectAreaInfo
the object area infoMethods in org.apache.fop.afp that return AFPObjectAreaInfoModifier and TypeMethodDescriptionAFPDataObjectInfo.getObjectAreaInfo()
Returns the object area infoMethods in org.apache.fop.afp with parameters of type AFPObjectAreaInfoModifier and TypeMethodDescriptionboolean
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 AFPObjectAreaInfoModifier and TypeMethodDescriptionstatic AFPObjectAreaInfo
AFPImageHandler.createObjectAreaInfo
(AFPPaintingState paintingState, Rectangle targetRect) Creates and returns anAFPObjectAreaInfo
instance for the placement of the image.private AFPObjectAreaInfo
AFPSVGHandler.createObjectAreaInfo
(AFPPaintingState paintingState, int x, int y, int width, int height, int resolution)