Goo::Canvas::Ellipse(3pm) User Contributed Perl Documentation Goo::Canvas::Ellipse(3pm)
NAME
Goo::Canvas::Ellipse - wrapper for GooCanvasEllipse
HIERARCHY
Glib::Object
+----Goo::Canvas::ItemSimple
+----Goo::Canvas::Ellipse
INTERFACES
Goo::Canvas::Item
METHODS
item = Goo::Canvas::Ellipse->new ($parent, $center_x, $center_y, $radius_x, $radius_y, ...)
o $parent (Goo::Canvas::Item)
o $center_x (double)
o $center_y (double)
o $radius_x (double)
o $radius_y (double)
o ... (list)
PROPERTIES
'center-x' (double : default 0 : readable / writable)
The x coordinate of the center of the ellipse
'center-y' (double : default 0 : readable / writable)
The y coordinate of the center of the ellipse
'height' (double : default 0 : readable / writable)
The height of the ellipse
'radius-x' (double : default 0 : readable / writable)
The horizontal radius of the ellipse
'radius-y' (double : default 0 : readable / writable)
The vertical radius of the ellipse
'width' (double : default 0 : readable / writable)
The width of the ellipse
'x' (double : default 0 : readable / writable)
The x coordinate of the left side of the ellipse
'y' (double : default 0 : readable / writable)
The y coordinate of the top of the ellipse
SEE ALSO
Glib::Object, Goo::Canvas::ItemSimple
COPYRIGHT
Copyright (C) 2011 Gtk2-Perl Team
perl v5.14.2 2011-11-16 Goo::Canvas::Ellipse(3pm)