ImageType

遗产: java.lang.Object

public final class ImageType

表示图像格式类型。

方法

方法描述
equals(Object arg0)
getBmp()Bmp图像的图像格式
getClass()
getEmf()Emf 图像的图像格式
getExif()Exif图像的图像格式
getGif()Gif图像的图像格式
getIcon()图标图像的图像格式
getJpeg()Jpeg图像的图像格式
getMemoryBmp()Bmp图像的图像格式
getNames()纸张格式名称数组
getPng()PNG图像的图像格式
getTiff()Tiff 图像的图像格式
getWmf()Wmf图像的图像格式
hashCode()
isBitmapType(ImageType imgFormat)如果是位图类型则返回真
isMetafileType(ImageType imgFormat)如果是元文件类型则返回真
isUnknownType(ImageType imgFormat)如果是未知类型则返回真
notify()
notifyAll()
toString()此对象的 ImageType 名称
toString(ImageType imgFormat)图片类型名称
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

getBmp()

public static ImageType getBmp()

Bmp图像的图像格式

退货: ImageType 图像类型对象

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getEmf()

public static ImageType getEmf()

Emf 图像的图像格式

退货: ImageType 图像类型对象

getExif()

public static ImageType getExif()

Exif图像的图像格式

退货: ImageType 图像类型对象

getGif()

public static ImageType getGif()

Gif图像的图像格式

退货: ImageType 图像类型对象

getIcon()

public static ImageType getIcon()

图标图像的图像格式

退货: ImageType 图像类型对象

getJpeg()

public static ImageType getJpeg()

Jpeg图像的图像格式

退货: ImageType 图像类型对象

getMemoryBmp()

public static ImageType getMemoryBmp()

Bmp图像的图像格式

退货: ImageType 图像类型对象

getNames()

public static String[] getNames()

纸张格式名称数组

退货: java.lang.字符串[] - 细绳[目的

getPng()

public static ImageType getPng()

PNG图像的图像格式

退货: ImageType 图像类型对象

getTiff()

public static ImageType getTiff()

Tiff 图像的图像格式

退货: ImageType 图像类型对象

getWmf()

public static ImageType getWmf()

Wmf图像的图像格式

退货: ImageType 图像类型对象

hashCode()

public native int hashCode()

退货: 整数

isBitmapType(ImageType imgFormat)

public static boolean isBitmapType(ImageType imgFormat)

如果是位图类型则返回真

参数:

范围类型描述
imgFormatImageType图像类型对象

退货: boolean - 布尔值

isMetafileType(ImageType imgFormat)

public static boolean isMetafileType(ImageType imgFormat)

如果是元文件类型则返回真

参数:

范围类型描述
imgFormatImageType图像类型对象

退货: boolean - 布尔值

isUnknownType(ImageType imgFormat)

public static boolean isUnknownType(ImageType imgFormat)

如果是未知类型则返回真

参数:

范围类型描述
imgFormatImageType图像类型对象

退货: boolean - 布尔值

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

此对象的 ImageType 名称

退货: java.lang.String - 字符串对象

toString(ImageType imgFormat)

public static String toString(ImageType imgFormat)

图片类型名称

参数:

范围类型描述
imgFormatImageType图像类型对象

退货: java.lang.String - 字符串对象

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

参数:

范围类型描述
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

参数:

范围类型描述
arg0long
arg1int