|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.animation.client.Animation
public abstract class Animation
An Animation is a continuous event that updates progressively over
time at a non-fixed frame rate.
| Constructor Summary | |
|---|---|
Animation()
|
|
| Method Summary | |
|---|---|
void |
cancel()
Immediately cancel this animation. |
void |
run(int duration)
Immediately run this animation. |
void |
run(int duration,
double startTime)
Run this animation at the given startTime. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Animation()
| Method Detail |
|---|
public void cancel()
onCancel() will be called.
public void run(int duration)
duration - the duration of the animation in milliseconds
public void run(int duration,
double startTime)
duration - the duration of the animation in millisecondsstartTime - the synchronized start time in milliseconds
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||