Image.Image() | Java

 

Descripción

Sintaxis

public Image(InputStream is)
public Image(InputStream is, double requestedWidth, double requestedHeight, boolean preserveRatio, boolean smooth)
public Image(String url)
public Image(String url, boolean backgroundLoading)
public Image(String url, double requestedWidth, double requestedHeight, boolean preserveRatio, boolean smooth)
public Image(String url, double requestedWidth, double requestedHeight, boolean preserveRatio, boolean smooth, boolean backgroundLoading)

Parámetros

  • boolean smooth,
  • double requestedHeight,
  • InputStream is,
  • boolean preserveRatio,
  • String url,
  • double requestedWidth,
  • boolean backgroundLoading,

Excepciones

IllegalArgumentException, NullPointerException

Clase Padre

Image

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.