Example usage for Java javafx.animation Timeline fields, constructors, methods, implement or subclass
The text is from its open source code.
Timeline() The constructor of Timeline . | |
Timeline(double targetFramerate, KeyFrame... keyFrames) The constructor of Timeline . | |
Timeline(KeyFrame... keyFrames) The constructor of Timeline . | |
Timeline(double targetFramerate) The constructor of Timeline . | |
Timeline(final AbstractMasterTimer timer) |
ObservableList | getKeyFrames() Returns the KeyFrame KeyFrames of this Timeline . |
void | pause() Pauses the animation. |
void | play() Plays Animation from current position in the direction indicated by rate . |
void | playFromStart() Plays an Animation from initial position in forward direction. |
void | setCycleCount(int value) |
void | setOnFinished(EventHandler |