public final class ImageType extends Object
Modifier and Type | Method and Description |
---|---|
static ImageType |
getBmp()
Image format for Bmp image
|
static ImageType |
getEmf()
Image format for Emf image
|
static ImageType |
getExif()
Image format for Exif image
|
static ImageType |
getGif()
Image format for Gif image
|
static ImageType |
getIcon()
Image format for Icon image
|
static ImageType |
getJpeg()
Image format for Jpeg image
|
static ImageType |
getMemoryBmp()
Image format for Bmp image
|
static String[] |
getNames()
Array of Paper format names
|
static ImageType |
getPng()
Image format for Png image
|
static ImageType |
getTiff()
Image format for Tiff image
|
static ImageType |
getWmf()
Image format for Wmf image
|
static boolean |
isBitmapType(ImageType imgFormat)
Return true if isBitmapType
|
static boolean |
isMetafileType(ImageType imgFormat)
Return true if isMetafileType
|
static boolean |
isUnknownType(ImageType imgFormat)
Return true if isUnknownType
|
String |
toString()
ImageType name for this object
|
static String |
toString(ImageType imgFormat)
ImageType name
|
public static ImageType getBmp()
public static ImageType getEmf()
public static ImageType getExif()
public static ImageType getGif()
public static ImageType getJpeg()
public static ImageType getIcon()
public static ImageType getMemoryBmp()
public static ImageType getPng()
public static ImageType getTiff()
public static ImageType getWmf()
public static String toString(ImageType imgFormat)
imgFormat
- ImageType objectpublic String toString()
public static boolean isBitmapType(ImageType imgFormat)
imgFormat
- Image type objectpublic static boolean isMetafileType(ImageType imgFormat)
imgFormat
- Image type objectpublic static boolean isUnknownType(ImageType imgFormat)
imgFormat
- Image type objectpublic static String[] getNames()