| Package | Description |
|---|---|
| wallettemplate.utils.easing |
| 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 |
|---|
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.
|
Copyright © 2015. All rights reserved.