BehaviourEllipse
Object Hierarchy:
Clutter.BehaviourEllipse
Clutter.BehaviourEllipse
Clutter.BehaviourEllipse
Clutter.Behaviour
Clutter.Behaviour
Clutter.Behaviour->Clutter.BehaviourEllipse
GLib.Object
GLib.Object
GLib.Object->Clutter.Behaviour
Clutter.Scriptable
Clutter.Scriptable
Clutter.Scriptable->Clutter.BehaviourEllipse
Clutter.Scriptable->Clutter.Behaviour
Description:
[
CCode ( type_id =
"clutter_behaviour_ellipse_get_type ()" ) ]
[
Version ( deprecated =
true , deprecated_since =
"1.6" , since =
"0.4" ) ]
public class BehaviourEllipse :
Behaviour ,
Scriptable
Warning: BehaviourEllipse is deprecated since 1.6.
The BehaviourEllipse struct contains only private data and should be accessed using the provided API
Content:
Properties:
public double angle_end { get ; set ; }
The final angle to where the rotation should end.
public double angle_start { get ; set ; }
The initial angle from where the rotation should start.
public double angle_tilt_x { get ; set ; }
The tilt angle for the rotation around center in X axis
public double angle_tilt_y { get ; set ; }
The tilt angle for the rotation around center in Y axis
public double angle_tilt_z { get ; set ; }
The tilt angle for the rotation on the Z axis
public Knot center { owned get ; set ; }
The center of the ellipse.
public RotateDirection direction { get ; set ; }
The direction of the rotation.
public int height { get ; set ; }
Height of the ellipse, in pixels
public int width { get ; set ; }
Width of the ellipse, in pixels
Creation methods:
Methods:
public double get_angle_end ()
Gets the at which movements ends.
public double get_angle_start ()
Gets the angle at which movements starts.
public double get_angle_tilt (RotateAxis axis)
Gets the tilt of the ellipse around the center in the given axis.
public void get_center (out int x, out int y)
Gets the center of the elliptical path path.
public RotateDirection get_direction ()
public int get_height ()
Gets the height of the elliptical path.
public void get_tilt (out double angle_tilt_x, out double angle_tilt_y, out double angle_tilt_z)
Gets the tilt of the ellipse around the center in Y axis.
public int get_width ()
Gets the width of the elliptical path.
public void set_angle_end (double angle_end)
Sets the angle at which movement ends; angles >= 360 degress get
clamped to the canonical interval <0, 360).
public void set_angle_start (double angle_start)
Sets the angle at which movement starts; angles >= 360 degress get
clamped to the canonical interval <0, 360).
public void set_angle_tilt (RotateAxis axis, double angle_tilt)
Sets the angle at which the ellipse should be tilted around it's
center.
public void set_center (int x, int y)
Sets the center of the elliptical path to the point represented by
knot.
public void set_direction (RotateDirection direction)
Sets the rotation direction used by the ellipse behaviour.
public void set_height (int height)
Sets the height of the elliptical path.
public void set_tilt (double angle_tilt_x, double angle_tilt_y, double angle_tilt_z)
Sets the angles at which the ellipse should be tilted around it's
center.
public void set_width (int width)
Sets the width of the elliptical path.
Inherited Members:
All known members inherited from class Clutter.Behaviour
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 Clutter.Scriptable