Gtk2::Curve - wrapper for GtkCurve
Glib::Object
+----Glib::InitiallyUnowned
+----Gtk2::Object
+----Gtk2::Widget
+----Gtk2::DrawingArea
+----Gtk2::Curve
Glib::Object::_Unregistered::AtkImplementorIface
Gtk2::Buildable
- •
- $type (Gtk2::CurveType)
- $min_x (double)
- $max_x (double)
- $min_y (double)
- $max_y (double)
- •
- $veclen (integer)
Returns a list of real numbers, the curve's vector.
- •
- ... (list) of float's, the points of the curve
- 'curve-type' (Gtk2::CurveType : default "spline" : readable /
writable / private / static-nick / static-blurb)
- Is this curve linear, spline interpolated, or free-form
- 'max-x' (float : default 1 : readable / writable / private / static-nick /
static-blurb)
- Maximum possible X value
- 'max-y' (float : default 1 : readable / writable / private / static-nick /
static-blurb)
- Maximum possible value for Y
- 'min-x' (float : default 0 : readable / writable / private / static-nick /
static-blurb)
- Minimum possible value for X
- 'min-y' (float : default 0 : readable / writable / private / static-nick /
static-blurb)
- Minimum possible value for Y
- curve-type-changed (Gtk2::Curve)
- 'linear' / 'GTK_CURVE_TYPE_LINEAR'
- 'spline' / 'GTK_CURVE_TYPE_SPLINE'
- 'free' / 'GTK_CURVE_TYPE_FREE'
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget,
Gtk2::DrawingArea
Copyright (C) 2003-2011 by the gtk2-perl team.
This software is licensed under the LGPL. See Gtk2 for a full
notice.