Package | Description |
---|---|
com.sun.javafx.iio |
Provides image loading capability for Java FX.
|
com.sun.javafx.iio.bmp | |
com.sun.javafx.iio.common | |
com.sun.javafx.iio.gif | |
com.sun.javafx.iio.ios | |
com.sun.javafx.iio.jpeg | |
com.sun.javafx.iio.png |
Modifier and Type | Method and Description |
---|---|
ImageLoader |
ImageLoaderFactory.createImageLoader(InputStream input)
Creates a loader for the specified stream.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageLoadListener.imageLoadMetaData(ImageLoader loader,
ImageMetadata metadata)
Invoked when the meta data of the loading image is ready.
|
void |
ImageLoadListener.imageLoadProgress(ImageLoader loader,
float percentageComplete)
Receives updates of progress in image loading.
|
void |
ImageLoadListener.imageLoadWarning(ImageLoader loader,
String message)
Invoked if a warning occurs.
|
Modifier and Type | Method and Description |
---|---|
ImageLoader |
BMPImageLoaderFactory.createImageLoader(InputStream input) |
Modifier and Type | Class and Description |
---|---|
class |
ImageLoaderImpl |
Modifier and Type | Class and Description |
---|---|
class |
GIFImageLoader2 |
Modifier and Type | Method and Description |
---|---|
ImageLoader |
GIFImageLoaderFactory.createImageLoader(InputStream input) |
Modifier and Type | Class and Description |
---|---|
class |
IosImageLoader
A loader for images on iOS platform.
|
Modifier and Type | Method and Description |
---|---|
ImageLoader |
IosImageLoaderFactory.createImageLoader(InputStream input) |
ImageLoader |
IosImageLoaderFactory.createImageLoader(String input)
Creates a loader for the specified input URL.
|
Modifier and Type | Class and Description |
---|---|
class |
JPEGImageLoader |
Modifier and Type | Method and Description |
---|---|
ImageLoader |
JPEGImageLoaderFactory.createImageLoader(InputStream input) |
Modifier and Type | Class and Description |
---|---|
class |
PNGImageLoader2 |
Modifier and Type | Method and Description |
---|---|
ImageLoader |
PNGImageLoaderFactory.createImageLoader(InputStream input) |
Copyright © 2020. All rights reserved.