public enum PicType extends Enum<PicType>
public static final PicType EMF
public static final PicType WMF
public static final PicType PICT
public static final PicType JPEG
public static final PicType PNG
public static final PicType DIB
public static final PicType GIF
public static final PicType TIFF
public static final PicType EPS
public static final PicType WPG
public static PicType[] values()
for (PicType c : PicType.values()) System.out.println(c);
public static PicType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public int getValue()
Copyright © 2023. All rights reserved.