Uses of Enum
javafx.animation.Animation.Status
Packages that use Animation.Status
-
Uses of Animation.Status in javafx.animation
Methods in javafx.animation that return Animation.StatusModifier and TypeMethodDescriptionfinal Animation.StatusAnimation.getStatus()Gets the value of thestatusproperty.static Animation.StatusReturns 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.Methods in javafx.animation that return types with arguments of type Animation.StatusMethods in javafx.animation with parameters of type Animation.StatusModifier and TypeMethodDescriptionprotected final voidAnimation.setStatus(Animation.Status value) Sets the value of thestatusproperty.