|
Gocator Development Kit
|
Represents a collection of vector graphics.

Public Member Functions | |
| kStatus | GdkGraphic_AddLineSet (GdkGraphic graphic, GdkGraphicLineSet set) |
| Adds a line set to the GdkGraphic instance. More... | |
| kStatus | GdkGraphic_AddPointSet (GdkGraphic graphic, GdkGraphicPointSet set) |
| Adds a point set to the GdkGraphic instance. More... | |
| kStatus | GdkGraphic_Construct (GdkGraphic *graphic, kObject allocator) |
| Constructs a graphic object. More... | |
| kStatus | GdkGraphic_GeneratekGraphic (GdkGraphic object, kGraphic *graphic) |
| Generates a kGraphic object for use with functions which may require a kGraphic. More... | |
| GdkGraphicLineSet | GdkGraphic_LineSetAt (GdkGraphic graphic, kSize index) |
| Retrieves a line set at the specified index. More... | |
| kSize | GdkGraphic_LineSetCount (GdkGraphic graphic) |
| Returns the number of line sets currently in the graphic object. More... | |
| kArrayList | GdkGraphic_LineSetList (GdkGraphic graphic) |
| Returns an arraylist of lines for Flash renderer data serialization. More... | |
| GdkGraphicPointSet | GdkGraphic_PointSetAt (GdkGraphic graphic, kSize index) |
| Retrieves a point set at the specified index. More... | |
| kSize | GdkGraphic_PointSetCount (GdkGraphic graphic) |
| Returns the number of point sets currently in the graphic object. More... | |
| kArrayList | GdkGraphic_PointSetList (GdkGraphic graphic) |
| Returns an arraylist of points for Flash renderer data serialization. More... | |
| kStatus | GdkGraphic_RemoveLineSet (GdkGraphic graphic, kSize index) |
| Removes a line set from the GdkGraphic instance. More... | |
| kStatus | GdkGraphic_RemovePointSet (GdkGraphic graphic, kSize index) |
| Removes a point set from the GdkGraphic instance. More... | |
| kStatus | GdkGraphic_Serialize (GdkGraphic graphic, kSerializer serializer) |
| Given a serializer, the contents of the line and point lists are written in a predefined format. More... | |