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 GraphicsObjectAFPGraphics2D. graphicsObjgraphics objectMethods in org.apache.fop.afp that return GraphicsObject Modifier and Type Method Description GraphicsObjectAFPDataObjectFactory. createGraphic(AFPGraphicsObjectInfo graphicsObjectInfo)Creates and returns a new graphics object.GraphicsObjectFactory. createGraphicsObject()Creates a new GOCAGraphicsObjectGraphicsObjectAFPGraphics2D. getGraphicsObject()Returns the GOCA graphics objectMethods in org.apache.fop.afp with parameters of type GraphicsObject Modifier and Type Method Description voidAFPGraphics2D. setGraphicsObject(GraphicsObject obj)Sets the GOCA graphics object
-