Package | Description |
---|---|
com.sun.javafx.iio |
Provides image loading capability for Java FX.
|
com.sun.javafx.tk.quantum |
Modifier and Type | Method and Description |
---|---|
private static ImageFrame[] |
ImageStorage.loadAll(ImageLoader loader,
int width,
int height,
boolean preserveAspectRatio,
float pixelScale,
boolean smooth) |
static ImageFrame[] |
ImageStorage.loadAll(java.io.InputStream input,
ImageLoadListener listener,
int width,
int height,
boolean preserveAspectRatio,
float pixelScale,
boolean smooth)
Load all images present in the specified stream.
|
static ImageFrame[] |
ImageStorage.loadAll(java.lang.String input,
ImageLoadListener listener,
int width,
int height,
boolean preserveAspectRatio,
float devPixelScale,
boolean smooth)
Load all images present in the specified input.
|
Modifier and Type | Method and Description |
---|---|
private void |
PrismImageLoader2.handleException(ImageStorageException isException) |