|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Projection.CameraAxisDirection>
edu.stanford.rsl.konrad.geometry.Projection.CameraAxisDirection
public static enum Projection.CameraAxisDirection
Enum Constant Summary | |
---|---|
DETECTORMOTION_MINUS
Indicates that an image axis is oriented opposited to the detector's direction of motion |
|
DETECTORMOTION_PLUS
Indicates that an image axis is oriented along the detector's direction of motion |
|
ROTATIONAXIS_MINUS
Indicates that an image axis is oriented opposite to the rotation direction of the camera |
|
ROTATIONAXIS_PLUS
Indicates that an image axis is oriented along the rotation direction of the camera |
Method Summary | |
---|---|
static Projection.CameraAxisDirection |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Projection.CameraAxisDirection[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, 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 Projection.CameraAxisDirection DETECTORMOTION_PLUS
public static final Projection.CameraAxisDirection DETECTORMOTION_MINUS
public static final Projection.CameraAxisDirection ROTATIONAXIS_PLUS
public static final Projection.CameraAxisDirection ROTATIONAXIS_MINUS
Method Detail |
---|
public static Projection.CameraAxisDirection[] values()
for (Projection.CameraAxisDirection c : Projection.CameraAxisDirection.values()) System.out.println(c);
public static Projection.CameraAxisDirection 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 |