Uses of Class
org.apache.fop.afp.modca.GraphicsObject
-
Packages that use GraphicsObject Package Description org.apache.fop.afp Contains an AFP library. -
-
Uses of GraphicsObject in org.apache.fop.afp
Fields in org.apache.fop.afp declared as GraphicsObject Modifier and Type Field Description private GraphicsObject
AFPGraphics2D. graphicsObj
graphics objectMethods in org.apache.fop.afp that return GraphicsObject Modifier and Type Method Description GraphicsObject
AFPDataObjectFactory. createGraphic(AFPGraphicsObjectInfo graphicsObjectInfo)
Creates and returns a new graphics object.GraphicsObject
Factory. createGraphicsObject()
Creates a new GOCAGraphicsObject
GraphicsObject
AFPGraphics2D. getGraphicsObject()
Returns the GOCA graphics objectMethods in org.apache.fop.afp with parameters of type GraphicsObject Modifier and Type Method Description void
AFPGraphics2D. setGraphicsObject(GraphicsObject obj)
Sets the GOCA graphics object
-