1Goo::Canvas::EllipseModUesle(r3)Contributed Perl DocumenGtoaot:i:oCnanvas::EllipseModel(3)
2
3
4

NAME

6       Goo::Canvas::EllipseModel
7

HIERARCHY

9         Glib::Object
10         +----Goo::Canvas::ItemModelSimple
11              +----Goo::Canvas::EllipseModel
12

INTERFACES

14         Goo::Canvas::ItemModel
15

METHODS

17   itemmodel = Goo::Canvas::EllipseModel->new ($parent, $center_x, $center_y,
18       $radius_x, $radius_y, ...)
19           ·   $parent (Goo::Canvas::ItemModel)
20
21           ·   $center_x (double)
22
23           ·   $center_y (double)
24
25           ·   $radius_x (double)
26
27           ·   $radius_y (double)
28
29           ·   ... (list)
30

PROPERTIES

32       'center-x' (double : readable / writable)
33           The x coordinate of the center of the ellipse
34
35       'center-y' (double : readable / writable)
36           The y coordinate of the center of the ellipse
37
38       'height' (double : readable / writable)
39           The height of the ellipse
40
41       'radius-x' (double : readable / writable)
42           The horizontal radius of the ellipse
43
44       'radius-y' (double : readable / writable)
45           The vertical radius of the ellipse
46
47       'width' (double : readable / writable)
48           The width of the ellipse
49
50       'x' (double : readable / writable)
51           The x coordinate of the left side of the ellipse
52
53       'y' (double : readable / writable)
54           The y coordinate of the top of the ellipse
55

SEE ALSO

57       Glib::Object, Goo::Canvas::ItemModelSimple
58
60       Copyright (C) 2010 Gtk2-Perl Team
61
62
63
64perl v5.12.0                      2010-05-12      Goo::Canvas::EllipseModel(3)
Impressum