Uses of Class
org.eclipse.nebula.cwt.animation.AnimationRunner
-
Packages that use AnimationRunner Package Description org.eclipse.nebula.cwt.animation.effects -
-
Uses of AnimationRunner in org.eclipse.nebula.cwt.animation.effects
Methods in org.eclipse.nebula.cwt.animation.effects with parameters of type AnimationRunner Modifier and Type Method Description void
Grow. grow(AnimationRunner runner, org.eclipse.swt.widgets.Control w, int duration, IMovement movement, java.lang.Runnable onStop, java.lang.Runnable onCancel)
Deprecated.static void
MoveControl. 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
Resize. 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
SetAlpha. 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
Shake. shake(AnimationRunner runner, org.eclipse.swt.widgets.Control w, int duration, IMovement movement, java.lang.Runnable onStop, java.lang.Runnable onCancel)
Deprecated.
-