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 voidGrow. grow(AnimationRunner runner, org.eclipse.swt.widgets.Control w, int duration, IMovement movement, java.lang.Runnable onStop, java.lang.Runnable onCancel)Deprecated.static voidMoveControl. 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 voidResize. 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 voidSetAlpha. 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 voidShake. shake(AnimationRunner runner, org.eclipse.swt.widgets.Control w, int duration, IMovement movement, java.lang.Runnable onStop, java.lang.Runnable onCancel)Deprecated.
-