public interface AnimationEventSystem
GridScreen
a number of times per second.
This enables to write an animation, which can process event
from the Input
as well.Modifier and Type | Method and Description |
---|---|
void |
setFramesPerSecond(double framesPerSecond)
Determines the speed of the animation.
|
void setFramesPerSecond(double framesPerSecond)
framesPerSecond
- The number of times an alarm is raised
every second