Uses of Class
org.apache.fop.afp.goca.GraphicsData
-
Packages that use GraphicsData 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 GraphicsData in org.apache.fop.afp
Methods in org.apache.fop.afp that return GraphicsData Modifier and Type Method Description GraphicsDataFactory. createGraphicsData()Creates a new GOCAGraphicsData -
Uses of GraphicsData in org.apache.fop.afp.modca
Fields in org.apache.fop.afp.modca declared as GraphicsData Modifier and Type Field Description private GraphicsDataGraphicsObject. currentDatathe graphics dataFields in org.apache.fop.afp.modca with type parameters of type GraphicsData Modifier and Type Field Description protected java.util.List<GraphicsData>GraphicsObject. objectslist of objects contained within this containerMethods in org.apache.fop.afp.modca that return GraphicsData Modifier and Type Method Description private GraphicsDataGraphicsObject. getData()Gets the current graphics data, creating a new one if necessaryprivate GraphicsDataGraphicsObject. newData()Creates a new graphics data
-