1Goo::Canvas::EllipseModUesle(r3)Contributed Perl DocumenGtoaot:i:oCnanvas::EllipseModel(3)
2
3
4
6 Goo::Canvas::EllipseModel - wrapper for GooCanvasEllipseModel
7
9 Glib::Object
10 +----Goo::Canvas::ItemModelSimple
11 +----Goo::Canvas::EllipseModel
12
14 Goo::Canvas::ItemModel
15
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
32 'center-x' (double : default 0 : readable / writable)
33 The x coordinate of the center of the ellipse
34
35 'center-y' (double : default 0 : readable / writable)
36 The y coordinate of the center of the ellipse
37
38 'height' (double : default 0 : readable / writable)
39 The height of the ellipse
40
41 'radius-x' (double : default 0 : readable / writable)
42 The horizontal radius of the ellipse
43
44 'radius-y' (double : default 0 : readable / writable)
45 The vertical radius of the ellipse
46
47 'width' (double : default 0 : readable / writable)
48 The width of the ellipse
49
50 'x' (double : default 0 : readable / writable)
51 The x coordinate of the left side of the ellipse
52
53 'y' (double : default 0 : readable / writable)
54 The y coordinate of the top of the ellipse
55
57 Glib::Object, Goo::Canvas::ItemModelSimple
58
60 Copyright (C) 2023 Gtk2-Perl Team
61
62
63
64perl v5.38.0 2023-07-20 Goo::Canvas::EllipseModel(3)