![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImageFormat
Specifies the format of the image
Field Summary | |
---|---|
static int |
BMP
the bitmap image |
static int |
EMF
the enhanced Windows metafile image format (EMF). |
static int |
GIF
the Graphics Interchange Format (GIF) image format. |
static int |
ICON
the Windows icon image format. |
static int |
JPEG
the Joint Photographic Experts Group (JPEG) image format. |
static int |
PNG
the W3C Portable Network Graphics (PNG) image format. |
static int |
SVG
Scalable Vector Graphics (SVG) |
static int |
SVGZ
gzip-compressed SVG files |
static int |
TIFF
the Tag Image File Format (TIFF) image format. |
static int |
UNKNOWN
unknown image format |
static int |
WMF
the Windows metafile (WMF) image format. |
Field Detail |
---|
static final int UNKNOWN
static final int BMP
static final int EMF
static final int GIF
static final int JPEG
static final int PNG
static final int WMF
static final int ICON
static final int TIFF
static final int SVG
static final int SVGZ
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |