Uses of Enum Class
javafx.animation.Animation.Status
Package
Description
Provides the set of classes for ease of use transition based animations.
-
Uses of Animation.Status in javafx.animation
Modifier and TypeMethodDescriptionfinal Animation.Status
Animation.getStatus()
Gets the value of thestatus
property.static Animation.Status
Returns the enum constant of this class with the specified name.static Animation.Status[]
Animation.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprotected final void
Animation.setStatus
(Animation.Status value) Sets the value of thestatus
property.