Uses of Class
javafx.animation.KeyFrame
| Package | Description | 
|---|---|
| javafx.animation | Provides the set of classes for ease of use transition based animations. | 
- 
Uses of KeyFrame in javafx.animationMethods in javafx.animation that return types with arguments of type KeyFrame Modifier and Type Method Description ObservableList<KeyFrame>Timeline. getKeyFrames()Returns theKeyFramesof thisTimeline.Constructors in javafx.animation with parameters of type KeyFrame Constructor Description Timeline(double targetFramerate, KeyFrame... keyFrames)Creates aTimelinewith the provided key frames and a target framerate.Timeline(KeyFrame... keyFrames)Creates aTimelinewith the provided key frames.