Goo::Canvas::Ellipse.3pm

Langue: en

Autres versions - même langue

Version: 2010-05-12 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Goo::Canvas::Ellipse

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, ...)

*
$parent (Goo::Canvas::Item)
*
$center_x (double)
*
$center_y (double)
*
$radius_x (double)
*
$radius_y (double)
*
... (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
'height' (double : readable / writable)
The height 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
'width' (double : readable / writable)
The width of the ellipse
'x' (double : readable / writable)
The x coordinate of the left side of the ellipse
'y' (double : readable / writable)
The y coordinate of the top of the ellipse

SEE ALSO

Glib::Object, Goo::Canvas::ItemSimple Copyright (C) 2010 Gtk2-Perl Team