public interface AnimatedContainer
AnimatedVBox,
AnimatedHBox| Modifier and Type | Interface and Description |
|---|---|
static class |
AnimatedContainer.Handler
Utility class that handles
AnimatedContainer's features. |
| Modifier and Type | Method and Description |
|---|---|
javafx.collections.ObservableList<javafx.scene.Node> |
getChildren() |
eu.iamgio.animated.AnimatedContainer.Handler.Direction |
getDirection() |
Animation |
getIn() |
Animation |
getOut() |
default Curve |
getRelocationCurve() |
double |
getSpacing() |
default boolean |
isPaused() |
default void |
pause()
Prevents any animation from playing until
resume() is called. |
javafx.beans.property.SimpleBooleanProperty |
pausedProperty() |
default void |
register()
Registers the handler.
|
javafx.beans.property.SimpleObjectProperty<Curve> |
relocationCurveProperty() |
default void |
resume()
Lets animations play if
isPaused() is true. |
default void |
setRelocationCurve(Curve curve)
Changes the curve used by the animation while relocating other nodes after a change.
|
javafx.collections.ObservableList<javafx.scene.Node> getChildren()
Animation getIn()
Animation getOut()
double getSpacing()
eu.iamgio.animated.AnimatedContainer.Handler.Direction getDirection()
javafx.beans.property.SimpleBooleanProperty pausedProperty()
default boolean isPaused()
default void pause()
resume() is called.default void resume()
isPaused() is true.javafx.beans.property.SimpleObjectProperty<Curve> relocationCurveProperty()
default Curve getRelocationCurve()
Curve.EASE_IN_OUTdefault void setRelocationCurve(Curve curve)
curve - relocation curve to setdefault void register()
Copyright © 2022. All rights reserved.