|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ImageUtil.ImageFormat>
com.sibvisions.util.type.ImageUtil.ImageFormat
public static enum ImageUtil.ImageFormat
The image formats.
| Enum Constant Summary | |
|---|---|
BMP
bmp format. |
|
GIF
gif format. |
|
JBIG2
jbig2 format. |
|
JPG
jpg format. |
|
JPG2000
jpg2000 format. |
|
PNG
png format. |
|
TIFF
tiff format. |
|
UNKNOWN
unknown image format. |
|
WMF
wmf format. |
|
| Method Summary | |
|---|---|
static ImageUtil.ImageFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ImageUtil.ImageFormat[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ImageUtil.ImageFormat UNKNOWN
public static final ImageUtil.ImageFormat JPG
public static final ImageUtil.ImageFormat JPG2000
public static final ImageUtil.ImageFormat GIF
public static final ImageUtil.ImageFormat PNG
public static final ImageUtil.ImageFormat WMF
public static final ImageUtil.ImageFormat BMP
public static final ImageUtil.ImageFormat TIFF
public static final ImageUtil.ImageFormat JBIG2
| Method Detail |
|---|
public static final ImageUtil.ImageFormat[] values()
for(ImageUtil.ImageFormat c : ImageUtil.ImageFormat.values())
System.out.println(c);
public static ImageUtil.ImageFormat valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||