Uses of Class
ch.swingfx.timer.AnimationTimer.FrameRate
-
Packages that use AnimationTimer.FrameRate Package Description ch.swingfx.timer -
-
Uses of AnimationTimer.FrameRate in ch.swingfx.timer
Methods in ch.swingfx.timer that return AnimationTimer.FrameRate Modifier and Type Method Description static AnimationTimer.FrameRate
AnimationTimer.FrameRate. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AnimationTimer.FrameRate[]
AnimationTimer.FrameRate. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in ch.swingfx.timer with parameters of type AnimationTimer.FrameRate Constructor Description AnimationTimer(AnimationTimer.FrameRate fps)
Creates anAnimationTimer
with an specified frame rate
-