Trace
Object Hierarchy:
Description:
public class Trace :
Object,
Object,
Buildable,
Drawable
A graphical representation of ordered pair data XXX TBD This only works for increasing values of x. A more general approach would be to
interpolate both x and y to a third vatiable, t, the plot x versus y.
Setting the x-axis-reversed property causes the axix values to be increasing to the left.
Content:
Properties:
- public bool highlight { set; get; }
- protected string xml { public get; }
- protected string xsd { public get; }
- protected virtual unowned Node* node { public set; public get; }
- protected virtual SimplePoint[] raw_data { public set; public get; }
- protected virtual List<Point> pixel_data { public set; public get; }
- public string id { set; get; }
The identifier for the object.
- public int points { set; get; }
- public TraceFlag flags { set; get; }
- public weak ImageSurface image_surface { set; get; }
A surface to draw into
- public TraceDrawType draw_type { set; get; }
Which simple drawing type to use to display the trace data.
- public double line_weight { set; get; }
Line width to use for drawing.
- public RGBA color { set; get; }
Creation methods:
Methods:
Fields:
Inherited Members:
All known members inherited from class GLib.Object
- @new
- newv
- new_valist
- get_type
- get_class
- @ref
- unref
- ref_sink
- weak_ref
- weak_unref
- add_weak_pointer
- remove_weak_pointer
- @get
- @set
- get_property
- set_property
- get_data
- set_data
- set_data_full
- steal_data
- get_qdata
- set_qdata
- set_qdata_full
- steal_qdata
- freeze_notify
- thaw_notify
- dispose
- constructed
- notify_property
- connect
- disconnect
- add_toggle_ref
- remove_toggle_ref
- bind_property
- notify
- ref_count
All known members inherited from interface Dcs.Object
All known members inherited from interface Dcs.Buildable
All known members inherited from interface Dcs.UI.Drawable