Package | Description |
---|---|
com.sun.javafx.iio |
Provides image loading capability for Java FX.
|
Modifier and Type | Method and Description |
---|---|
static ImageFrame[] |
ImageStorage.loadAll(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(String input,
ImageLoadListener listener,
int width,
int height,
boolean preserveAspectRatio,
float devPixelScale,
boolean smooth)
Load all images present in the specified input.
|
Copyright © 2020. All rights reserved.