CanvasEllipseModel
Object Hierarchy:
Goo.CanvasEllipseModel
Goo.CanvasEllipseModel
Goo.CanvasEllipseModel
Goo.CanvasItemModelSimple
Goo.CanvasItemModelSimple
Goo.CanvasItemModelSimple->Goo.CanvasEllipseModel
GLib.Object
GLib.Object
GLib.Object->Goo.CanvasItemModelSimple
Goo.CanvasItemModel
Goo.CanvasItemModel
Goo.CanvasItemModel->Goo.CanvasEllipseModel
Goo.CanvasItemModel->Goo.CanvasItemModelSimple
Description:
[
CCode ( type_id =
"goo_canvas_ellipse_model_get_type ()" ) ]
public class CanvasEllipseModel :
CanvasItemModelSimple ,
CanvasItemModel
GooCanvasEllipseModel represents a model for ellipse items.
It is a subclass of CanvasItemModelSimple and so inherits all of the style
properties such as "stroke-color", "fill-color" and "line-width".
It also implements the CanvasItemModel interface, so you can use the
CanvasItemModel functions such as
raise and rotate .
To create a CanvasEllipseModel use
CanvasEllipseModel .
To get or set the properties of an existing CanvasEllipseModel , use @get and
@set .
The ellipse can be specified either with the "center-x", "center-y", "radius-x" and "radius-y" properties, or with the "x", "y", "width"
and "height" properties.
To respond to events such as mouse clicks on the ellipse you must connect to the signal handlers of the corresponding
CanvasEllipse objects. (See get_item
and item_created .)
Content:
Properties:
public double center_x { get ; set ; }
public double center_y { get ; set ; }
public double height { get ; set ; }
public double radius_x { get ; set ; }
public double radius_y { get ; set ; }
public double width { get ; set ; }
public double x { get ; set ; }
public double y { get ; set ; }
Creation methods:
Fields:
Inherited Members:
All known members inherited from class Goo.CanvasItemModelSimple
All known members inherited from class GLib.Object
@get
@new
@ref
@set
add_toggle_ref
add_weak_pointer
bind_property
connect
constructed
disconnect
dispose
dup_data
dup_qdata
force_floating
freeze_notify
get_class
get_data
get_property
get_qdata
get_type
getv
interface_find_property
interface_install_property
interface_list_properties
is_floating
new_valist
new_with_properties
newv
notify
notify_property
ref_count
ref_sink
remove_toggle_ref
remove_weak_pointer
replace_data
replace_qdata
set_data
set_data_full
set_property
set_qdata
set_qdata_full
set_valist
setv
steal_data
steal_qdata
thaw_notify
unref
watch_closure
weak_ref
weak_unref
All known members inherited from interface Goo.CanvasItemModel