public class ImageFormat extends Format
Modifier and Type | Field and Description |
---|---|
static ImageFormat |
BMP
BMP format description.
|
static ImageFormat |
GIF
GIF format description.
|
static ImageFormat |
JPEG
JPEG format description.
|
static ImageFormat |
PNG
PNG format description.
|
Constructor and Description |
---|
ImageFormat(java.lang.Object id,
java.lang.String name,
java.lang.String description)
Creates a new instance of image format.
|
public static final ImageFormat PNG
public static final ImageFormat JPEG
public static final ImageFormat GIF
public static final ImageFormat BMP