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:
Inherited Members:
All known members inherited from class Clutter.Behaviour
All known members inherited from class GLib.Object
All known members inherited from interface Clutter.Scriptable