Descripción
Sintaxis
public KeyFrame(Duration time, String name, KeyValue... values)
public KeyFrame(Duration time, String name, EventHandler<ActionEvent> onFinished, Collection<KeyValue> values)
public KeyFrame(Duration time, String name, EventHandler<ActionEvent> onFinished, KeyValue... values)
public KeyFrame(Duration time, KeyValue... values)
public KeyFrame(Duration time, EventHandler<ActionEvent> onFinished, KeyValue... values)
Parámetros
- String name,
- Duration time,
- Collection<KeyValue> values,
- EventHandler<ActionEvent> onFinished,
- KeyValue… values,
Excepciones
IllegalArgumentException, NullPointerException
Clase Padre
Ejemplo
Líneas de Código
Vídeos Java
Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.