GridImageType

Inheritance: java.lang.Object

public final class GridImageType

Specifies the type (format) of an image.

Fields

FieldDescription
BMPWindows Bitmam
EMFWindows Enhanced Metafile.
GIFGif
GLTFglTF
JPEGJPEG JFIF.
PICTMacintosh PICT.
PNGPortable Network Graphics.
SVGSvg
SVMSvm
TIFFTiff
UNKNOWNAn unknown image type.
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 Bitmam

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.

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.

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