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
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.