Method Summary | ||
---|---|---|
method | equals(obj) | |
Returns a value that indicates whether the specified object is an ImageFormat object that is equivalent to this ImageFormat object. | ||
static method | getBmp() | |
Gets the bitmap (BMP) image format. | ||
static method | getEmf() | |
Gets the enhanced metafile (EMF) image format. | ||
static method | getExif() | |
Gets the Exchangeable Image File (Exif) format. | ||
static method | getGif() | |
Gets the Graphics Interchange Format (GIF) image format. | ||
static method | getIcon() | |
Gets the Windows icon image format. | ||
static method | getImageFormatFromSuffixName(name) | |
Get the image format according to suffix name | ||
static method | getJpeg() | |
Gets the Joint Photographic Experts Group (JPEG) image format. | ||
static method | getMemoryBmp() | |
Gets a memory bitmap image format. | ||
method | getName() | |
Get the string name of this ImageFormat instance | ||
static method | getPng() | |
Gets the W3C Portable Network Graphics (PNG) image format. | ||
static method | getTiff() | |
Gets the Tagged Image File Format (TIFF) image format. | ||
static method | getWmf() | |
Gets the Windows metafile (WMF) image format. |
Method Detail |
---|
getBmp | |
static ImageFormat getBmp() |
getEmf | |
static ImageFormat getEmf() |
getExif | |
static ImageFormat getExif() |
getGif | |
static ImageFormat getGif() |
getIcon | |
static ImageFormat getIcon() |
getJpeg | |
static ImageFormat getJpeg() |
getMemoryBmp | |
static ImageFormat getMemoryBmp() |
getPng | |
static ImageFormat getPng() |
getTiff | |
static ImageFormat getTiff() |
getWmf | |
static ImageFormat getWmf() |
equals | |
boolean equals(obj) |
obj: Object
- The object to test.getName | |
String getName() |
getImageFormatFromSuffixName | |
static ImageFormat getImageFormatFromSuffixName(name) |
name: String
- suffix name