Goo::Canvas::EllipseModel(3pm)
NAME
Goo::Canvas::EllipseModel - wrapper for GooCanvasEllipseModel
HIERARCHY
- Glib::Object
+----Goo::Canvas::ItemModelSimple - +----Goo::Canvas::EllipseModel
INTERFACES
Goo::Canvas::ItemModel
METHODS
- itemmodel = Goo::Canvas::EllipseModel->new ($parent, $center_x, $center_y,
- $radius_x, $radius_y, ...) o $parent (Goo::Canvas::ItemModel)
- o $center_x (double)
- o $center_y (double)
- o $radius_x (double)
- o $radius_y (double)
- o ... (list)
PROPERTIES
- 'center-x' (double : readable / writable)
- The x coordinate of the center of the ellipse
- 'center-y' (double : readable / writable)
- The y coordinate of the center of the ellipse
- 'radius-x' (double : readable / writable)
- The horizontal radius of the ellipse
- 'radius-y' (double : readable / writable)
- The vertical radius of the ellipse
SEE ALSO
Glib::Object, Goo::Canvas::ItemModelSimple
COPYRIGHT
- Copyright (C) 2009 Gtk2-Perl Team