|
Spec-Zone .ru
спецификации, руководства, описания, API
|
| Package | Description |
|---|---|
| javafx.animation |
Provides the set of classes for ease of use transition based animations.
|
| 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. |
Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved. Use is subject to .