Uses of Enum Class
it.univr.wordautomata.utils.Constants.PlayBackSpeed
Packages that use Constants.PlayBackSpeed
-
Uses of Constants.PlayBackSpeed in it.univr.wordautomata.model
Methods in it.univr.wordautomata.model that return Constants.PlayBackSpeedModifier and TypeMethodDescriptionModel.cycleSpeed()
Cycles playback speed and returns the next one.Model.getSpeed()
Returns the current playback speed.Methods in it.univr.wordautomata.model that return types with arguments of type Constants.PlayBackSpeedModifier and TypeMethodDescriptionjavafx.beans.property.SimpleObjectProperty
<Constants.PlayBackSpeed> Model.playBackSpeedProperty()
Returns the current playback speed as a property. -
Uses of Constants.PlayBackSpeed in it.univr.wordautomata.utils
Fields in it.univr.wordautomata.utils declared as Constants.PlayBackSpeedMethods in it.univr.wordautomata.utils that return Constants.PlayBackSpeedModifier and TypeMethodDescriptionConstants.PlayBackSpeed.next()
static Constants.PlayBackSpeed
Returns the enum constant of this class with the specified name.static Constants.PlayBackSpeed[]
Constants.PlayBackSpeed.values()
Returns an array containing the constants of this enum class, in the order they are declared.