KeyFrame.KeyFrame() | Java

 

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

KeyFrame

Ejemplo


Líneas de Código

    Manual Java

    Aprende más sobre Java consultando online o descargando nuestro manual.

    Test Java

    ¿Te atreves a probar tus habilidades y conocimiento en Java con nuestro test?

    Vídeos Java

    Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.