|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.nebula.animation.effects.AbstractEffect
org.eclipse.nebula.animation.effects.ShakeEffect
Shake effect (like login failure on Mac OSX)
| Constructor Summary | |
ShakeEffect(Control control,
Point src,
Point dest,
long lengthMilli,
IMovement movement,
Runnable onStop,
Runnable onCancel)
|
|
| Method Summary | |
void |
applyEffect(long currentTime)
Apply this effect. |
static void |
shake(AnimationRunner runner,
Control w,
int duration,
IMovement movement,
Runnable onStop,
Runnable onCancel)
Deprecated. |
| Methods inherited from class org.eclipse.nebula.animation.effects.AbstractEffect |
cancel, doEffect, getCurrentTime, isDone, processEnd |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ShakeEffect(Control control,
Point src,
Point dest,
long lengthMilli,
IMovement movement,
Runnable onStop,
Runnable onCancel)
| Method Detail |
public static void shake(AnimationRunner runner,
Control w,
int duration,
IMovement movement,
Runnable onStop,
Runnable onCancel)
w - duration - movement - onStop - onCancel - public void applyEffect(long currentTime)
AbstractEffect
applyEffect in class AbstractEffectcurrentTime -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||