public class ImageType
extends java.lang.Object
ImageType
serves as container for the image type
enumerations.Modifier and Type | Field and Description |
---|---|
static int |
BMP
Bitmap
|
static int |
EMF
Enhanced meta file not supported when using the input stream method
|
static int |
EPS
Extended PostScript * not supported when using the input stream method
|
static int |
EPS_VECTOR
EPS-Vector-Format * not supported by when using the input stream method
|
static int |
GIF
GIF-Format
|
static int |
JPG
JPG-Format
|
static int |
PCX
PCX-Format * not supported by when using the input stream method
|
static int |
PNG
PNG-Format
|
static int |
TIF
TIF-Format
|
Constructor and Description |
---|
ImageType() |
public static final int BMP
public static final int EMF
public static final int EPS
public static final int GIF
public static final int JPG
public static final int PCX
public static final int PNG
public static final int TIF
public static final int EPS_VECTOR