Uses of Class
javafx.animation.KeyValue
-
Packages that use KeyValue 软件包 描述 javafx.animation 提供一组类,便于使用基于过渡的动画。 -
-
Uses of KeyValue in javafx.animation
Methods in javafx.animation that return types with arguments of type KeyValue Modifier and Type 方法 描述 Set<KeyValue>
KeyFrame. getValues()
返回一个不可变Set
的KeyValue
实例。Constructors in javafx.animation with parameters of type KeyValue Constructor 描述 KeyFrame(Duration time, String name, KeyValue... values)
构造函数KeyFrame
KeyFrame(Duration time, String name, EventHandler<ActionEvent> onFinished, KeyValue... values)
构造函数KeyFrame
KeyFrame(Duration time, KeyValue... values)
构造函数KeyFrame
KeyFrame(Duration time, EventHandler<ActionEvent> onFinished, KeyValue... values)
构造函数KeyFrame
Constructor parameters in javafx.animation with type arguments of type KeyValue Constructor 描述 KeyFrame(Duration time, String name, EventHandler<ActionEvent> onFinished, Collection<KeyValue> values)
Constructor ofKeyFrame
-