| Package | Description |
|---|---|
| eu.iamgio.animated |
| Modifier and Type | Method and Description |
|---|---|
Curve |
AnimationSettings.getCurve() |
default Curve |
AnimatedContainer.getRelocationCurve() |
static Curve |
Curve.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Curve[] |
Curve.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.SimpleObjectProperty<Curve> |
AnimatedVBox.relocationCurveProperty() |
javafx.beans.property.SimpleObjectProperty<Curve> |
AnimatedHBox.relocationCurveProperty() |
javafx.beans.property.SimpleObjectProperty<Curve> |
AnimatedContainer.relocationCurveProperty() |
| Modifier and Type | Method and Description |
|---|---|
default void |
AnimatedContainer.setRelocationCurve(Curve curve)
Changes the curve used by the animation while relocating other nodes after a change.
|
AnimationSettings |
AnimationSettings.withCurve(Curve curve) |
Copyright © 2022. All rights reserved.