Package | Description |
---|---|
com.sun.javafx.iio |
Provides image loading capability for Java FX.
|
com.sun.javafx.iio.bmp | |
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 |
---|---|
static void |
ImageStorage.addImageLoaderFactory(ImageLoaderFactory factory)
Registers an image loader factory.
|
Modifier and Type | Class and Description |
---|---|
class |
BMPImageLoaderFactory |
Modifier and Type | Method and Description |
---|---|
static ImageLoaderFactory |
BMPImageLoaderFactory.getInstance() |
Modifier and Type | Class and Description |
---|---|
class |
GIFImageLoaderFactory |
Modifier and Type | Method and Description |
---|---|
static ImageLoaderFactory |
GIFImageLoaderFactory.getInstance() |
Modifier and Type | Class and Description |
---|---|
class |
IosImageLoaderFactory
A factory which creates a loader for images on iOS platform.
|
Modifier and Type | Class and Description |
---|---|
class |
JPEGImageLoaderFactory |
Modifier and Type | Method and Description |
---|---|
static ImageLoaderFactory |
JPEGImageLoaderFactory.getInstance() |
Modifier and Type | Class and Description |
---|---|
class |
PNGImageLoaderFactory |
Modifier and Type | Method and Description |
---|---|
static ImageLoaderFactory |
PNGImageLoaderFactory.getInstance() |
Copyright © 2020. All rights reserved.