| 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 | |
| com.sun.javafx.tk.quantum |
| Modifier and Type | Method and Description |
|---|---|
ImageFormatDescription |
ImageLoader.getFormatDescription()
Gets a description of the image format supported by this loader.
|
ImageFormatDescription |
ImageLoaderFactory.getFormatDescription()
Gets a description of the image format for which this factory can create
loaders.
|
static ImageFormatDescription[] |
ImageStorage.getSupportedDescriptions() |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
BMPDescriptor |
| Modifier and Type | Method and Description |
|---|---|
ImageFormatDescription |
BMPImageLoaderFactory.getFormatDescription() |
| Modifier and Type | Class and Description |
|---|---|
class |
ImageDescriptor |
| Modifier and Type | Field and Description |
|---|---|
protected ImageFormatDescription |
ImageLoaderImpl.formatDescription |
| Modifier and Type | Method and Description |
|---|---|
ImageFormatDescription |
ImageLoaderImpl.getFormatDescription() |
| Constructor and Description |
|---|
ImageLoaderImpl(ImageFormatDescription formatDescription) |
| Modifier and Type | Class and Description |
|---|---|
class |
GIFDescriptor |
| Modifier and Type | Method and Description |
|---|---|
ImageFormatDescription |
GIFImageLoaderFactory.getFormatDescription() |
| Modifier and Type | Class and Description |
|---|---|
class |
IosDescriptor
A description of images on iOS platform.
|
| Modifier and Type | Method and Description |
|---|---|
ImageFormatDescription |
IosImageLoaderFactory.getFormatDescription() |
| Modifier and Type | Class and Description |
|---|---|
class |
JPEGDescriptor |
| Modifier and Type | Method and Description |
|---|---|
ImageFormatDescription |
JPEGImageLoaderFactory.getFormatDescription() |
| Modifier and Type | Class and Description |
|---|---|
class |
PNGDescriptor |
| Modifier and Type | Method and Description |
|---|---|
ImageFormatDescription |
PNGImageLoaderFactory.getFormatDescription() |
| Modifier and Type | Field and Description |
|---|---|
private static ImageFormatDescription[] |
PixelUtils.supportedFormats |