ImageType
Contents
[
Hide
]Inheritance: java.lang.Object
public final class ImageType
Specifies the type (format) of an image.
Fields
Field | Description |
---|---|
BMP | Windows Bitmap |
EMF | Windows Enhanced Metafile. |
GIF | Gif |
GLTF | glTF |
JPEG | JPEG JFIF. |
OFFICE_COMPATIBLE_EMF | Windows Enhanced Metafile which is more compatible with Office. |
PICT | Macintosh PICT. |
PNG | Portable Network Graphics. |
SVG | Svg |
SVM | Svm |
TIFF | Tiff |
UNKNOWN | An unknown image type. |
WEB_P | Weppy image format |
WMF | Windows Metafile. |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
hashCode() | |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
BMP
public static final int BMP
Windows Bitmap
EMF
public static final int EMF
Windows Enhanced Metafile.
GIF
public static final int GIF
Gif
GLTF
public static final int GLTF
glTF
JPEG
public static final int JPEG
JPEG JFIF.
OFFICE_COMPATIBLE_EMF
public static final int OFFICE_COMPATIBLE_EMF
Windows Enhanced Metafile which is more compatible with Office.
PICT
public static final int PICT
Macintosh PICT.
PNG
public static final int PNG
Portable Network Graphics.
SVG
public static final int SVG
Svg
SVM
public static final int SVM
Svm
TIFF
public static final int TIFF
Tiff
UNKNOWN
public static final int UNKNOWN
An unknown image type.
WEB_P
public static final int WEB_P
Weppy image format
WMF
public static final int WMF
Windows Metafile.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |