Class Index | File Index

Classes


Class zwt.animation.AnimationProcessor


Extends zwt.Object.

An animation processor is used to execute a set of animations. The resulting animation is the merge of all the animation declared in the processor.


Defined in: AnimationProcessor.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Construct an animation processor.
Method Summary
Method Attributes Method Name and Description
 
addAnimation(zwt_animation_Animation_anim)
Add an animation to the processor.
 
Run the resulting animation.
 
Return the step duration of the resulting animation.
 
setStepDuration(int_stepDuration)
Set the step duration of the resulting animation.
Class Detail
zwt.animation.AnimationProcessor()
Construct an animation processor.
Author: Jeremy KUHN.
See:
zwt.animation.Animation
Method Detail
addAnimation(zwt_animation_Animation_anim)
Add an animation to the processor.
Parameters:
{zwt.animation.Animation} zwt_animation_Animation_anim
The animation to add.

commit()
Run the resulting animation.

{Integer} getStepDuration()
Return the step duration of the resulting animation.
Returns:
The step duration

setStepDuration(int_stepDuration)
Set the step duration of the resulting animation.
Parameters:
{Integer} int_stepDuration
The step duration

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Nov 09 2011 19:29:06 GMT+0100 (CET)