Uses of Class
org.apache.fop.afp.modca.ObjectAreaPosition
-
Packages that use ObjectAreaPosition Package Description org.apache.fop.afp Contains an AFP library.org.apache.fop.afp.modca Contains a collection of AFP Mixed Object Document Content Architecture (MO:DCA) structured objects. -
-
Uses of ObjectAreaPosition in org.apache.fop.afp
Methods in org.apache.fop.afp that return ObjectAreaPosition Modifier and Type Method Description ObjectAreaPosition
Factory. createObjectAreaPosition(int x, int y, int rotation)
Creates a newObjectAreaPosition
-
Uses of ObjectAreaPosition in org.apache.fop.afp.modca
Fields in org.apache.fop.afp.modca declared as ObjectAreaPosition Modifier and Type Field Description private ObjectAreaPosition
ActiveEnvironmentGroup. objectAreaPosition
the Object Area Position for the active environment groupprivate ObjectAreaPosition
ObjectEnvironmentGroup. objectAreaPosition
the ObjectAreaPosition for the object environment groupMethods in org.apache.fop.afp.modca with parameters of type ObjectAreaPosition Modifier and Type Method Description void
ObjectEnvironmentGroup. setObjectAreaPosition(ObjectAreaPosition objectAreaPosition)
Sets the Object Area Position
-