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