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.
|
static ImageFormat getBmp()
static ImageFormat getEmf()
static ImageFormat getExif()
static ImageFormat getGif()
static ImageFormat getIcon()
static ImageFormat getJpeg()
static ImageFormat getMemoryBmp()
static ImageFormat getPng()
static ImageFormat getTiff()
static ImageFormat getWmf()
boolean equals(obj)
obj: Object
- The object to test.String getName()
static ImageFormat getImageFormatFromSuffixName(name)
name: String
- suffix name