Java javafx.animation Timeline fields, constructors, methods, implement or subclass

Example usage for Java javafx.animation Timeline fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javafx.animation Timeline.

The text is from its open source code.

Constructor

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)

Method

ObservableListgetKeyFrames()
Returns the KeyFrame KeyFrames of this Timeline .
voidpause()
Pauses the animation.
voidplay()
Plays Animation from current position in the direction indicated by rate .
voidplayFromStart()
Plays an Animation from initial position in forward direction.
voidsetCycleCount(int value)
voidsetOnFinished(EventHandler value)