Package | Description |
---|---|
org.eclipse.nebula.cwt.animation | |
org.eclipse.nebula.cwt.animation.effects | |
org.eclipse.nebula.cwt.animation.movement |
Constructor | Description |
---|---|
ScrollingSmoother(org.eclipse.swt.widgets.Scrollable c2,
IMovement movement) |
Modifier and Type | Method | Description |
---|---|---|
static void |
SetAlpha.fadeOnClose(org.eclipse.swt.widgets.Shell shell,
int duration,
IMovement easing) |
Add a listener that will fade the window when it get closed.
|
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.
|
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) |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractMovement |
Abstract implementation of IMovement.
|
class |
BounceOut |
|
class |
ElasticOut |
|
class |
ExpoOut |
Implementation of an exponential movement.
|
class |
LinearInOut |
Implementation of a linear movement.
|
class |
SinusDecreaseVariation |
This is not an easing equation.
|
class |
SinusVariation |
This is not an easing equation.
|