ImageType

Inheritance: java.lang.Object

public final class ImageType

Specifies the type (format) of an image.

Fields

FieldDescription
BMPWindows Bitmap
EMFWindows Enhanced Metafile.
GIFGif
GLTFglTF
JPEGJPEG JFIF.
OFFICE_COMPATIBLE_EMFWindows Enhanced Metafile which is more compatible with Office.
PICTMacintosh PICT.
PNGPortable Network Graphics.
SVGSvg
SVMSvm
TIFFTiff
UNKNOWNAn unknown image type.
WEB_PWeppy image format
WMFWindows Metafile.

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int