Package | Description |
---|---|
com.sun.javafx.iio |
Provides image loading capability for Java FX.
|
com.sun.javafx.iio.common | |
com.sun.javafx.tk.quantum | |
com.sun.javafx.webkit.prism |
Modifier and Type | Method and Description |
---|---|
void |
ImageLoader.addListener(ImageLoadListener listener)
Adds a listener to monitor this loader.
|
private static ImageLoader |
ImageStorage.getLoaderBySignature(java.io.InputStream stream,
ImageLoadListener listener) |
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.
|
void |
ImageLoader.removeListener(ImageLoadListener listener)
Removes a listener from the list of those monitoring this loader.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.HashSet<ImageLoadListener> |
ImageLoaderImpl.listeners |
Modifier and Type | Method and Description |
---|---|
void |
ImageLoaderImpl.addListener(ImageLoadListener listener) |
void |
ImageLoaderImpl.removeListener(ImageLoadListener listener) |
Modifier and Type | Class and Description |
---|---|
private class |
PrismImageLoader2.PrismLoadListener |
Modifier and Type | Field and Description |
---|---|
private ImageLoadListener |
WCImageDecoderImpl.readerListener |