| Package | Description |
|---|---|
| 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.
|
| javafx.scene.image |
Provides the set of classes for loading and displaying images.
|
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Comparator<KeyFrame> |
Timeline.KEY_FRAME_COMPARATOR
Note: this comparator imposes orderings that are inconsistent with
equals.
|
private java.util.Collection<? extends KeyFrame> |
TimelineBuilder.keyFrames |
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)
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)
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) void |
Chart.animate(KeyFrame... keyFrames)
Play a animation involving the given keyframes.
|
| Modifier and Type | Method and Description |
|---|---|
private KeyFrame |
Image.createPlatformImageSetKeyFrame(long duration,
com.sun.javafx.tk.PlatformImage platformImage) |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.