public enum ImageFormatTypes extends java.lang.Enum<ImageFormatTypes>
Enum Constant and Description |
---|
BMP |
GIF87a |
GIF89a |
JPEG |
PNG |
SVG |
Unkown |
Modifier and Type | Method and Description |
---|---|
static ImageFormatTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImageFormatTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImageFormatTypes Unkown
public static final ImageFormatTypes BMP
public static final ImageFormatTypes PNG
public static final ImageFormatTypes JPEG
public static final ImageFormatTypes GIF87a
public static final ImageFormatTypes GIF89a
public static final ImageFormatTypes SVG
public static ImageFormatTypes[] values()
for (ImageFormatTypes c : ImageFormatTypes.values()) System.out.println(c);
public static ImageFormatTypes valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa