| Package | Description |
|---|---|
| org.jvnet.lafwidget.animation | |
| org.jvnet.lafwidget.utils |
| Modifier and Type | Class and Description |
|---|---|
class |
FadeAccelerationStep
Implementation of
FadeStep for accelerated fades. |
class |
FadeConstantStep
Default implementation of
FadeStep for linear (constant-step) fades. |
class |
FadeDecelerationStep
Implementation of
FadeStep for decelerated fades. |
| Modifier and Type | Field and Description |
|---|---|
protected FadeStep |
FadeDecelerationStep.delegate
Delegate.
|
protected FadeStep |
FadeAccelerationStep.delegate
Delegate.
|
FadeStep |
FadeState.fadeStep
Fade animation step.
|
| Constructor and Description |
|---|
FadeAccelerationStep(FadeStep delegate,
float accelerationFactor)
Creates an accelerated implementation.
|
FadeDecelerationStep(FadeStep delegate,
float decelerationFactor)
Creates an decelerated implementation.
|
| Modifier and Type | Method and Description |
|---|---|
FadeStep |
LafConstants.AnimationKind.getStep()
Returns the step of
this animation in seconds. |
| Constructor and Description |
|---|
LafConstants.AnimationKind(FadeStep step,
java.lang.String name)
Creates a new animation kind.
|