Uses of Interface
org.eclipse.nebula.cwt.animation.movement.IMovement
-
Packages that use IMovement Package Description org.eclipse.nebula.cwt.animation org.eclipse.nebula.cwt.animation.effects org.eclipse.nebula.cwt.animation.movement -
-
Uses of IMovement in org.eclipse.nebula.cwt.animation
Fields in org.eclipse.nebula.cwt.animation declared as IMovement Modifier and Type Field Description (package private) IMovementScrollingSmoother. movementConstructors in org.eclipse.nebula.cwt.animation with parameters of type IMovement Constructor Description ScrollingSmoother(org.eclipse.swt.widgets.Scrollable c2, IMovement movement) -
Uses of IMovement in org.eclipse.nebula.cwt.animation.effects
Fields in org.eclipse.nebula.cwt.animation.effects declared as IMovement Modifier and Type Field Description protected IMovementAbstractEffect. easingFunctionMethods in org.eclipse.nebula.cwt.animation.effects with parameters of type IMovement Modifier and Type Method Description static voidSetAlpha. fadeOnClose(org.eclipse.swt.widgets.Shell shell, int duration, IMovement easing)Add a listener that will fade the window when it get closed.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.Constructors in org.eclipse.nebula.cwt.animation.effects with parameters of type IMovement Constructor Description AbstractEffect(long lengthMilli, IMovement movement, java.lang.Runnable onStop, java.lang.Runnable onCancel)Grow(org.eclipse.swt.widgets.Control control, org.eclipse.swt.graphics.Rectangle src, org.eclipse.swt.graphics.Rectangle dest, long lengthMilli, IMovement movement, java.lang.Runnable onStop, java.lang.Runnable onCancel)MoveControl(org.eclipse.swt.widgets.Control control, int startX, int endX, int startY, int endY, long lengthMilli, IMovement movement, java.lang.Runnable onStop, java.lang.Runnable onCancel)MoveScrollBar(org.eclipse.swt.widgets.ScrollBar scrollBar, int start, int end, long lengthMilli, IMovement movement, java.lang.Runnable onStop, java.lang.Runnable onCancel)Resize(org.eclipse.swt.widgets.Control control, org.eclipse.swt.graphics.Point src, org.eclipse.swt.graphics.Point dest, long lengthMilli, IMovement movement, java.lang.Runnable onStop, java.lang.Runnable onCancel)SetAlpha(org.eclipse.swt.widgets.Shell shell, int start, int end, long lengthMilli, IMovement movement, java.lang.Runnable onStop, java.lang.Runnable onCancel)SetBounds(org.eclipse.swt.widgets.Control control, org.eclipse.swt.graphics.Rectangle src, org.eclipse.swt.graphics.Rectangle dest, long lengthMilli, IMovement movement, java.lang.Runnable onStop, java.lang.Runnable onCancel)Shake(org.eclipse.swt.widgets.Control control, org.eclipse.swt.graphics.Point src, org.eclipse.swt.graphics.Point dest, long lengthMilli, IMovement movement, java.lang.Runnable onStop, java.lang.Runnable onCancel) -
Uses of IMovement in org.eclipse.nebula.cwt.animation.movement
Classes in org.eclipse.nebula.cwt.animation.movement that implement IMovement Modifier and Type Class Description classAbstractMovementAbstract implementation of IMovement.classBounceOutclassElasticOutclassExpoOutImplementation of an exponential movement.classLinearInOutImplementation of a linear movement.classSinusDecreaseVariationThis is not an easing equation.classSinusVariationThis is not an easing equation.
-