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 GraphicsData
Factory. 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 GraphicsData
GraphicsObject. currentData
the 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. objects
list of objects contained within this containerMethods in org.apache.fop.afp.modca that return GraphicsData Modifier and Type Method Description private GraphicsData
GraphicsObject. getData()
Gets the current graphics data, creating a new one if necessaryprivate GraphicsData
GraphicsObject. newData()
Creates a new graphics data
-