|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.animation.client.Animation
com.sencha.gxt.fx.client.animation.Animator
public abstract class Animator
Adds additional features and functionality to the Animation class.
The EasingFunction replaces the interpolation of the
Animation's progress.
| Constructor Summary | |
|---|---|
Animator()
|
|
| Method Summary | |
|---|---|
EasingFunction |
getEasing()
Returns the EasingFunction used in this animation. |
void |
run(int duration,
double startTime,
EasingFunction easing)
Calls Animation.run(int, double) and sets the
EasingFunction to be used in the animation. |
void |
run(int duration,
EasingFunction easing)
Calls Animation.run(int) and sets the EasingFunction to be
used in the animation. |
void |
setEasing(EasingFunction easing)
Sets the EasingFunction that the animation will use. |
| Methods inherited from class com.google.gwt.animation.client.Animation |
|---|
cancel, run, run, run, run |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Animator()
| Method Detail |
|---|
public EasingFunction getEasing()
EasingFunction used in this animation.
EasingFunction used in this animation
public void run(int duration,
double startTime,
EasingFunction easing)
Animation.run(int, double) and sets the
EasingFunction to be used in the animation.
public void run(int duration,
EasingFunction easing)
Animation.run(int) and sets the EasingFunction to be
used in the animation.
public void setEasing(EasingFunction easing)
EasingFunction that the animation will use.
easing - the EasingFunction that the animation will use
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||