Uses of Enum Class
com.esprit.utils.ui.UIUtils.AnimationType
Packages that use UIUtils.AnimationType
-
Uses of UIUtils.AnimationType in com.esprit.utils.ui
Methods in com.esprit.utils.ui that return UIUtils.AnimationTypeModifier and TypeMethodDescriptionstatic UIUtils.AnimationType
Returns the enum constant of this class with the specified name.static UIUtils.AnimationType[]
UIUtils.AnimationType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.esprit.utils.ui with parameters of type UIUtils.AnimationTypeModifier and TypeMethodDescriptionstatic void
UIUtils.animateIn
(javafx.scene.Node node, UIUtils.AnimationType type) Animate node entrancestatic void
UIUtils.animateOut
(javafx.scene.Node node, UIUtils.AnimationType type, Runnable onFinished) Animate node exit