320 #include <Gdk/Data/GdkGraphic.x.h>
Essential Gdk declarations.
kStatus GdkGraphic_RemoveLineSet(GdkGraphic graphic, kSize index)
Removes a line set from the GdkGraphic instance.
GdkGraphicPointSet GdkGraphic_PointSetAt(GdkGraphic graphic, kSize index)
Retrieves a point set at the specified index.
kStatus GdkGraphicPointSet_SetColour(GdkGraphicPointSet set, kColor colour)
Sets the colour of the point set.
kStatus GdkGraphic_GeneratekGraphic(GdkGraphic object, kGraphic *graphic)
Generates a kGraphic object for use with functions which may require a kGraphic.
kStatus GdkGraphic_Serialize(GdkGraphic graphic, kSerializer serializer)
Given a serializer, the contents of the line and point lists are written in a predefined format...
k32f GdkGraphicLineSet_Width(GdkGraphicLineSet set)
Returns the configured width of the line set.
kStatus GdkGraphic_Construct(GdkGraphic *graphic, kObject allocator)
Constructs a graphic object.
kStatus GdkGraphicPointSet_SetShape(GdkGraphicPointSet set, kMarkerShape shape)
Sets the shape of the point set.
kArrayList GdkGraphicPointSet_PointList(GdkGraphicPointSet set)
Returns an array list of points.
kMarkerShape GdkGraphicPointSet_Shape(GdkGraphicPointSet set)
Returns the configured shape of the point set.
Represents a collection of vector graphics.
kStatus GdkGraphicPointSet_Construct(GdkGraphicPointSet *set, k32f size, kMarkerShape shape, kColor colour, const kPoint3d32f *points, kSize count, kAlloc allocator)
Creates a set of points.
Represents a set of 2d polylines.
kStatus GdkGraphicLineSet_Construct(GdkGraphicLineSet *set, k32f width, kColor colour, const kPoint3d32f *points, kSize count, kAlloc allocator)
Creates a set of polylines.
kSize GdkGraphic_LineSetCount(GdkGraphic graphic)
Returns the number of line sets currently in the graphic object.
GdkGraphicLineSet GdkGraphic_LineSetAt(GdkGraphic graphic, kSize index)
Retrieves a line set at the specified index.
kStatus GdkGraphic_RemovePointSet(GdkGraphic graphic, kSize index)
Removes a point set from the GdkGraphic instance.
kColor GdkGraphicLineSet_Colour(GdkGraphicLineSet set)
Returns the configured colour of the line set.
kStatus GdkGraphicLineSet_SetColour(GdkGraphicLineSet set, kColor colour)
Sets the colour of the line set.
kStatus GdkGraphic_AddLineSet(GdkGraphic graphic, GdkGraphicLineSet set)
Adds a line set to the GdkGraphic instance.
kArrayList GdkGraphic_LineSetList(GdkGraphic graphic)
Returns an arraylist of lines for Flash renderer data serialization.
kStatus GdkGraphicPointSet_SetSize(GdkGraphicPointSet set, k32f size)
Sets the size of the point set.
kStatus GdkGraphic_AddPointSet(GdkGraphic graphic, GdkGraphicPointSet set)
Adds a point set to the GdkGraphic instance.
kColor GdkGraphicPointSet_Colour(GdkGraphicPointSet set)
Returns the configured colour of the point set.
Represents a set of points.
kArrayList GdkGraphic_PointSetList(GdkGraphic graphic)
Returns an arraylist of points for Flash renderer data serialization.
kStatus GdkGraphicLineSet_SetWidth(GdkGraphicLineSet set, k32f width)
Sets the width of the line set.
kSize GdkGraphic_PointSetCount(GdkGraphic graphic)
Returns the number of point sets currently in the graphic object.
k32f GdkGraphicPointSet_Size(GdkGraphicPointSet set)
Returns the configured size of the point set.
kArrayList GdkGraphicLineSet_PointList(GdkGraphicLineSet set)
Returns an array list of points.