org.gnu.gtk

Class Curve

public class Curve extends DrawingArea

This widget displays a grid and traces a graph on it following a set of points. There are three kinds of traces available. You can add new points, and move existing points, interactively with the mouse.
Constructor Summary
Curve()
Create a new Curve object.
Curve(Handle handle)
Construct a new Curve from a handle to a native resource.
Method Summary
static CurvegetCurve(Handle handle)
Internal static factory method to be used by Java-Gnome only.
static TypegetType()
Retrieve the runtime type used by the GLib library.

Constructor Detail

Curve

public Curve()
Create a new Curve object.

Curve

public Curve(Handle handle)
Construct a new Curve from a handle to a native resource.

Method Detail

getCurve

public static Curve getCurve(Handle handle)
Internal static factory method to be used by Java-Gnome only.

getType

public static Type getType()
Retrieve the runtime type used by the GLib library.