Uses of Class
javafx.animation.KeyValue
-
Uses of KeyValue in javafx.animation
Modifier and TypeMethodDescriptionKeyFrame.getValues()
Returns an immutableSet
ofKeyValue
instances.Modifier and TypeMethodDescriptionstatic InterpolationInterval
static InterpolationInterval
InterpolationInterval.create
(KeyValue rightKeyValue, long ticks, KeyValue leftKeyValue, long duration) ModifierConstructorDescriptionConstructor ofKeyFrame
KeyFrame
(Duration time, String name, EventHandler<ActionEvent> onFinished, KeyValue... values) Constructor ofKeyFrame
Constructor ofKeyFrame
KeyFrame
(Duration time, EventHandler<ActionEvent> onFinished, KeyValue... values) Constructor ofKeyFrame
ModifierConstructorDescriptionKeyFrame
(Duration time, String name, EventHandler<ActionEvent> onFinished, Collection<KeyValue> values) Constructor ofKeyFrame