|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ImageInfo.InfoType>
adams.flow.transformer.ImageInfo.InfoType
public static enum ImageInfo.InfoType
The type of information to retrieve.
| Enum Constant Summary | |
|---|---|
HEIGHT
the height of the image. |
|
WIDTH
the width of the image. |
|
| Method Summary | |
|---|---|
static ImageInfo.InfoType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ImageInfo.InfoType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ImageInfo.InfoType WIDTH
public static final ImageInfo.InfoType HEIGHT
| Method Detail |
|---|
public static ImageInfo.InfoType[] values()
for (ImageInfo.InfoType c : ImageInfo.InfoType.values()) System.out.println(c);
public static ImageInfo.InfoType 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
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||