|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<ImageHeader.AxisOrientation>
edu.jhu.ece.iacl.jist.structures.image.ImageHeader.AxisOrientation
public static enum ImageHeader.AxisOrientation
The Enum AxisOrientation.
| Enum Constant Summary | |
|---|---|
A2P_TYPE
The A2 p_ type. |
|
I2S_TYPE
The I2 s_ type. |
|
L2R_TYPE
The L2 r_ type. |
|
P2A_TYPE
The P2 a_ type. |
|
R2L_TYPE
The R2 l_ type. |
|
S2I_TYPE
The S2 i_ type. |
|
UNKNOWN
The UNKNOWN. |
|
| Method Summary | |
|---|---|
static ImageHeader.AxisOrientation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ImageHeader.AxisOrientation[] |
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 ImageHeader.AxisOrientation UNKNOWN
public static final ImageHeader.AxisOrientation R2L_TYPE
public static final ImageHeader.AxisOrientation L2R_TYPE
public static final ImageHeader.AxisOrientation P2A_TYPE
public static final ImageHeader.AxisOrientation A2P_TYPE
public static final ImageHeader.AxisOrientation I2S_TYPE
public static final ImageHeader.AxisOrientation S2I_TYPE
| Method Detail |
|---|
public static ImageHeader.AxisOrientation[] values()
for (ImageHeader.AxisOrientation c : ImageHeader.AxisOrientation.values()) System.out.println(c);
public static ImageHeader.AxisOrientation 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 name
java.lang.NullPointerException - if the argument is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||