Package | Description |
---|---|
javafx.animation |
Provides the set of classes for ease of use transition based animations.
|
Modifier and Type | Method and Description |
---|---|
static TimelineBuilder |
TimelineBuilder.create()
Deprecated.
Creates a new instance of TimelineBuilder.
|
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. |
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. |
TimelineBuilder |
TimelineBuilder.targetFramerate(double x)
Deprecated.
Set the value of the
targetFramerate property for the instance constructed by this builder. |
Copyright © 2020. All rights reserved.