Uses of Enum
javafx.animation.Animation.Status
-
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 type with the specified name.static Animation.Status[]
Animation.Status.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionprotected final void
Animation.setStatus
(Animation.Status value) Sets the value of thestatus
property.