Package | Description |
---|---|
extfx.animation |
Contains additional animation classes such as interpolators.
|
Modifier and Type | Method and Description |
---|---|
EasingMode |
EasingInterpolator.getEasingMode()
Gets the easing mode.
|
static EasingMode |
EasingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EasingMode[] |
EasingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.ObjectProperty<EasingMode> |
EasingInterpolator.easingModeProperty()
The easing mode property.
|
Modifier and Type | Method and Description |
---|---|
void |
EasingInterpolator.setEasingMode(EasingMode easingMode)
Sets the easing mode.
|
Constructor and Description |
---|
BackInterpolator(EasingMode easingMode)
Constructs the interpolator with a specific easing mode.
|
BackInterpolator(EasingMode easingMode,
double amplitude)
Constructs the interpolator with a specific easing mode and an amplitude.
|
BounceInterpolator(EasingMode easingMode)
Constructs the interpolator with a specific easing mode.
|
CircularInterpolator(EasingMode easingMode)
Constructs the interpolator with a specific easing mode.
|
CubicInterpolator(EasingMode easingMode)
Constructs the interpolator with a specific easing mode.
|
EasingInterpolator(EasingMode easingMode)
Constructs the interpolator with a specific easing mode.
|
ElasticInterpolator(EasingMode easingMode)
Constructs the interpolator with a specific easing mode.
|
ElasticInterpolator(EasingMode easingMode,
double amplitude,
double oscillations)
Sets the easing mode.
|
ExponentialInterpolator(EasingMode easingMode)
Constructs the interpolator with a specific easing mode.
|
QuadraticInterpolator(EasingMode easingMode)
Constructs the interpolator with a specific easing mode.
|
QuarticInterpolator(EasingMode easingMode)
Constructs the interpolator with a specific easing mode.
|
QuinticInterpolator(EasingMode easingMode)
Constructs the interpolator with a specific easing mode.
|
SineInterpolator(EasingMode easingMode)
Constructs the interpolator with a specific easing mode.
|
Copyright © 2013 ExtFX. All Rights Reserved.