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