Package | Description |
---|---|
com.sun.javafx.iio |
Provides image loading capability for Java FX.
|
com.sun.javafx.iio.common |
Modifier and Type | Method and Description |
---|---|
void |
ImageLoader.addListener(ImageLoadListener listener)
Adds a listener to monitor this loader.
|
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.
|
void |
ImageLoader.removeListener(ImageLoadListener listener)
Removes a listener from the list of those monitoring this loader.
|
Modifier and Type | Field and Description |
---|---|
protected HashSet<ImageLoadListener> |
ImageLoaderImpl.listeners |
Modifier and Type | Method and Description |
---|---|
void |
ImageLoaderImpl.addListener(ImageLoadListener listener) |
void |
ImageLoaderImpl.removeListener(ImageLoadListener listener) |
Copyright © 2020. All rights reserved.