Package | Description |
---|---|
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 | Class and Description |
---|---|
(package private) class |
BMPDescriptor |
Modifier and Type | Field and Description |
---|---|
(package private) static ImageDescriptor |
BMPDescriptor.theInstance |
Modifier and Type | Class and Description |
---|---|
class |
GIFDescriptor |
Modifier and Type | Field and Description |
---|---|
private static ImageDescriptor |
GIFDescriptor.theInstance |
Modifier and Type | Method and Description |
---|---|
static ImageDescriptor |
GIFDescriptor.getInstance() |
Modifier and Type | Class and Description |
---|---|
class |
IosDescriptor
A description of images on iOS platform.
|
Modifier and Type | Field and Description |
---|---|
private static ImageDescriptor |
IosDescriptor.theInstance |
Modifier and Type | Method and Description |
---|---|
static ImageDescriptor |
IosDescriptor.getInstance()
Returns an instance of IosDescriptor
|
Constructor and Description |
---|
IosImageLoader(java.io.InputStream inputStream,
ImageDescriptor desc) |
IosImageLoader(java.lang.String urlString,
ImageDescriptor desc) |
Modifier and Type | Class and Description |
---|---|
class |
JPEGDescriptor |
Modifier and Type | Field and Description |
---|---|
private static ImageDescriptor |
JPEGDescriptor.theInstance |
Modifier and Type | Method and Description |
---|---|
static ImageDescriptor |
JPEGDescriptor.getInstance() |
Modifier and Type | Class and Description |
---|---|
class |
PNGDescriptor |
Modifier and Type | Field and Description |
---|---|
private static ImageDescriptor |
PNGDescriptor.theInstance |
Modifier and Type | Method and Description |
---|---|
static ImageDescriptor |
PNGDescriptor.getInstance() |