Package | Description |
---|---|
jfxtras.animation |
Modifier and Type | Method and Description |
---|---|
Timer |
Timer.restart()
restart the timer
|
Timer |
Timer.start()
Start the timer
|
Timer |
Timer.stop()
stop the timer if running
|
Timer |
Timer.withCycleDuration(Duration value) |
Timer |
Timer.withDelay(Duration value) |
Timer |
Timer.withRepeats(boolean value) |