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 | Field and Description |
---|---|
private static java.util.HashMap<ImageFormatDescription.Signature,ImageLoaderFactory> |
ImageStorage.loaderFactoriesBySignature
A mapping of format signature byte sequences to loader factories.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ImageFormatDescription.Signature> |
ImageFormatDescription.getSignatures()
Get the possible signatures which may appear at the beginning of
the stream of an image stored in this format.
|
Modifier and Type | Field and Description |
---|---|
(package private) static ImageFormatDescription.Signature[] |
BMPDescriptor.signatures |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ImageFormatDescription.Signature> |
ImageDescriptor.signatures |
Modifier and Type | Method and Description |
---|---|
java.util.List<ImageFormatDescription.Signature> |
ImageDescriptor.getSignatures() |
Constructor and Description |
---|
ImageDescriptor(java.lang.String formatName,
java.lang.String[] extensions,
ImageFormatDescription.Signature[] signatures) |
Modifier and Type | Field and Description |
---|---|
private static ImageFormatDescription.Signature[] |
GIFDescriptor.signatures |
Modifier and Type | Field and Description |
---|---|
private static ImageFormatDescription.Signature[] |
IosDescriptor.signatures |
Modifier and Type | Field and Description |
---|---|
private static ImageFormatDescription.Signature[] |
JPEGDescriptor.signatures |
Modifier and Type | Field and Description |
---|---|
private static ImageFormatDescription.Signature[] |
PNGDescriptor.signatures |