Package | Description |
---|---|
com.sun.javafx.charts | |
com.sun.scenario.animation.shared | |
javafx.animation |
Provides the set of classes for ease of use transition based animations.
|
Modifier and Type | Method and Description |
---|---|
Object |
ChartLayoutAnimator.animate(KeyFrame... keyFrames)
Play a animation containing the given keyframes.
|
Modifier and Type | Method and Description |
---|---|
Duration |
TimelineClipCore.setKeyFrames(Collection<KeyFrame> keyFrames)
Changes the keyframes.
|
Modifier and Type | Method and Description |
---|---|
ObservableList<KeyFrame> |
Timeline.getKeyFrames()
Returns the
KeyFrames of this Timeline . |
Modifier and Type | Method and Description |
---|---|
TimelineBuilder |
TimelineBuilder.keyFrames(KeyFrame... x)
Deprecated.
Add the given items to the List of items in the
keyFrames property for the instance constructed by this builder. |
Modifier and Type | Method and Description |
---|---|
TimelineBuilder |
TimelineBuilder.keyFrames(Collection<? extends KeyFrame> x)
Deprecated.
Add the given items to the List of items in the
keyFrames property for the instance constructed by this builder. |
Constructor and Description |
---|
Timeline(double targetFramerate,
KeyFrame... keyFrames)
The constructor of
Timeline . |
Timeline(KeyFrame... keyFrames)
The constructor of
Timeline . |
Copyright © 2020. All rights reserved.