Package | Description |
---|---|
com.sun.javafx.charts | |
com.sun.javafx.scene.control.skin | |
com.sun.scenario.animation.shared | |
javafx.animation |
Provides the set of classes for ease of use transition based animations.
|
javafx.scene.chart |
The JavaFX User Interface provides a set of chart components that
are a very convenient way for data visualization.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
ChartLayoutAnimator.animate(KeyFrame... keyFrames)
Play a animation containing the given keyframes.
|
Modifier and Type | Field and Description |
---|---|
(package private) KeyFrame |
ScrollPaneSkin.contentsToViewKF1 |
(package private) KeyFrame |
ScrollPaneSkin.contentsToViewKF2 |
(package private) KeyFrame |
ScrollPaneSkin.contentsToViewKF3 |
(package private) KeyFrame |
ScrollPaneSkin.sbTouchKF1 |
(package private) KeyFrame |
VirtualFlow.sbTouchKF1 |
(package private) KeyFrame |
ScrollPaneSkin.sbTouchKF2 |
(package private) KeyFrame |
VirtualFlow.sbTouchKF2 |
Modifier and Type | Field and Description |
---|---|
private KeyFrame |
SimpleClipInterpolator.endKeyFrame |
private KeyFrame[] |
GeneralClipInterpolator.keyFrames |
private KeyFrame[] |
TimelineClipCore.keyFrames |
private KeyFrame |
SimpleClipInterpolator.startKeyFrame |
private static KeyFrame |
SimpleClipInterpolator.ZERO_FRAME |
Modifier and Type | Field and Description |
---|---|
private static java.util.Comparator<KeyFrame> |
TimelineClipCore.KEY_FRAME_COMPARATOR
Note: this comparator imposes orderings that are inconsistent with
equals.
|
Modifier and Type | Method and Description |
---|---|
(package private) static ClipInterpolator |
ClipInterpolator.create(KeyFrame[] keyFrames,
long[] keyFrameTicks) |
(package private) static int |
ClipInterpolator.getRealKeyFrameCount(KeyFrame[] keyFrames)
Figures out the number of "real" key frames.
|
(package private) abstract ClipInterpolator |
ClipInterpolator.setKeyFrames(KeyFrame[] keyFrames,
long[] keyFrameTicks)
Changes the keyframes.
|
(package private) ClipInterpolator |
GeneralClipInterpolator.setKeyFrames(KeyFrame[] keyFrames,
long[] keyFrameTicks) |
(package private) ClipInterpolator |
SimpleClipInterpolator.setKeyFrames(KeyFrame[] keyFrames,
long[] keyFrameTicks) |
Modifier and Type | Method and Description |
---|---|
Duration |
TimelineClipCore.setKeyFrames(java.util.Collection<KeyFrame> keyFrames)
Changes the keyframes.
|
Constructor and Description |
---|
GeneralClipInterpolator(KeyFrame[] keyFrames,
long[] keyFrameTicks) |
SimpleClipInterpolator(KeyFrame startKeyFrame,
KeyFrame endKeyFrame,
long ticks) |
SimpleClipInterpolator(KeyFrame endKeyFrame,
long ticks) |
Modifier and Type | Field and Description |
---|---|
private java.util.Collection<? extends KeyFrame> |
TimelineBuilder.keyFrames
Deprecated.
|
private ObservableList<KeyFrame> |
Timeline.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(java.util.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 . |
Modifier and Type | Method and Description |
---|---|
(package private) KeyFrame[] |
XYChart.createSeriesRemoveTimeLine(XYChart.Series<X,Y> series,
long fadeOutTime)
Creates an array of KeyFrames for fading out nodes representing a series
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
Chart.animate(KeyFrame... keyFrames)
Play a animation involving the given keyframes.
|