Package | Description |
---|---|
org.eclipse.nebula.animation.effects |
Provides effects for the animation framework.
|
Modifier and Type | Method | Description |
---|---|---|
static void |
AlphaEffect.fadeOnClose(org.eclipse.swt.widgets.Shell shell,
int duration,
IMovement easing,
AnimationRunner runner) |
Add a listener that will fade the window when it get closed.
|
void |
GrowEffect.grow(AnimationRunner runner,
org.eclipse.swt.widgets.Control w,
int duration,
IMovement movement,
java.lang.Runnable onStop,
java.lang.Runnable onCancel) |
Deprecated.
|
static void |
MoveControlEffect.move(AnimationRunner runner,
org.eclipse.swt.widgets.Control w,
int x,
int y,
int duration,
IMovement movement,
java.lang.Runnable onStop,
java.lang.Runnable onCancel) |
Deprecated.
|
static void |
ResizeEffect.resize(AnimationRunner runner,
org.eclipse.swt.widgets.Control w,
int x,
int y,
int duration,
IMovement movement,
java.lang.Runnable onStop,
java.lang.Runnable onCancel) |
Deprecated.
|
static void |
AlphaEffect.setAlpha(AnimationRunner runner,
org.eclipse.swt.widgets.Shell w,
int alpha,
int duration,
IMovement movement,
java.lang.Runnable onStop,
java.lang.Runnable onCancel) |
Deprecated.
|
static void |
ShakeEffect.shake(AnimationRunner runner,
org.eclipse.swt.widgets.Control w,
int duration,
IMovement movement,
java.lang.Runnable onStop,
java.lang.Runnable onCancel) |
Deprecated.
|