Package | Description |
---|---|
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 |
---|---|
static InterpolationInterval |
InterpolationInterval.create(KeyValue rightKeyValue,
long ticks) |
static InterpolationInterval |
InterpolationInterval.create(KeyValue rightKeyValue,
long ticks,
KeyValue leftKeyValue,
long duration) |
Modifier and Type | Method and Description |
---|---|
Set<KeyValue> |
KeyFrame.getValues()
Returns an immutable
Set of KeyValue instances. |
Constructor and Description |
---|
KeyFrame(Duration time,
EventHandler<ActionEvent> onFinished,
KeyValue... values)
Constructor of
KeyFrame |
KeyFrame(Duration time,
KeyValue... values)
Constructor of
KeyFrame |
KeyFrame(Duration time,
String name,
EventHandler<ActionEvent> onFinished,
KeyValue... values)
Constructor of
KeyFrame |
KeyFrame(Duration time,
String name,
KeyValue... values)
Constructor of
KeyFrame |
Constructor and Description |
---|
KeyFrame(Duration time,
String name,
EventHandler<ActionEvent> onFinished,
Collection<KeyValue> values)
Constructor of
KeyFrame |
Copyright © 2020. All rights reserved.