Back to Seed Clases

Clutter


Classes

Interfaces

Structs

Unions

Enums

Class Clutter.Alpha

Import line: Clutter = imports.gi.Clutter;
GIR File: Clutter-1.0.gir
C documentation: ClutterAlpha
Class : Alpha
Implements: Clutter.Scriptable
Extends: GObject.InitiallyUnowned
  Show / Hide Inherited methods, properties and signals
ClutterAlpha combines a ClutterTimeline and a function. The contents of the ClutterAlpha structure are private and should only be accessed using the provided API.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Clutter.Actor
Method
animate_with_alphav (Alpha alpha, Number n_properties, Array properties, Array values) : Clutter.Animation
Animates the given list of properties of actor between the current value for each property and a new final value.
Clutter.Animation
Property
alpha : Clutter.Alpha
The ClutterAlpha used by the animation.
Clutter.Animation
Method
set_alpha (Alpha alpha) : none
Sets alpha as the ClutterAlpha used by animation.
Clutter.Animation
Method
get_alpha () : Clutter.Alpha
Retrieves the ClutterAlpha used by animation.
Clutter.Behaviour
Property
alpha : Clutter.Alpha
The ClutterAlpha object used to drive this behaviour.
Clutter.Behaviour
Method
get_alpha () : Clutter.Alpha
Retrieves the ClutterAlpha object bound to behave.
Clutter.Behaviour
Method
set_alpha (Alpha alpha) : none
Binds alpha to a ClutterBehaviour.
Clutter.BehaviourDepth
Method
new Clutter.BehaviourDepth.c_new (Alpha alpha, Number depth_start, Number depth_end) : Clutter.BehaviourDepth
Create a new Clutter.BehaviourDepth
Clutter.BehaviourEllipse
Method
new Clutter.BehaviourEllipse.c_new (Alpha alpha, Number x, Number y, Number width, Number height, RotateDirection direction, Number start, Number end) : Clutter.BehaviourEllipse
Create a new Clutter.BehaviourEllipse
Clutter.BehaviourOpacity
Method
new Clutter.BehaviourOpacity.c_new (Alpha alpha, Number opacity_start, Number opacity_end) : Clutter.BehaviourOpacity
Create a new Clutter.BehaviourOpacity
Clutter.BehaviourPath
Method
new Clutter.BehaviourPath.c_new (Alpha alpha, Path path) : Clutter.BehaviourPath
Create a new Clutter.BehaviourPath
Clutter.BehaviourPath
Method
new Clutter.BehaviourPath.with_description (Alpha alpha, String desc) : Clutter.BehaviourPath
Create a new Clutter.BehaviourPath
Clutter.BehaviourPath
Method
new Clutter.BehaviourPath.with_knots (Alpha alpha, Knot knots, Number n_knots) : Clutter.BehaviourPath
Create a new Clutter.BehaviourPath
Clutter.BehaviourRotate
Method
new Clutter.BehaviourRotate.c_new (Alpha alpha, RotateAxis axis, RotateDirection direction, Number angle_start, Number angle_end) : Clutter.BehaviourRotate
Create a new Clutter.BehaviourRotate
Clutter.BehaviourScale
Method
new Clutter.BehaviourScale.c_new (Alpha alpha, Number x_scale_start, Number y_scale_start, Number x_scale_end, Number y_scale_end) : Clutter.BehaviourScale
Create a new Clutter.BehaviourScale
Clutter.LayoutManager
Method
begin_animation (Number duration, Number mode) : Clutter.Alpha
Begins an animation of duration milliseconds, using the provided easing mode The easing mode can be specified either as a ClutterAnimationMode or as a logical id returned by clutter_alpha_register_func() The result of this function depends on the manager implementation
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:32:34 GMT+0800 (HKT)