public static enum CameraServerWidget.Rotation extends java.lang.Enum<CameraServerWidget.Rotation>
Enum Constant and Description |
---|
HALF |
NONE |
QUARTER_CCW |
QUARTER_CW |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static CameraServerWidget.Rotation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CameraServerWidget.Rotation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CameraServerWidget.Rotation NONE
public static final CameraServerWidget.Rotation QUARTER_CW
public static final CameraServerWidget.Rotation QUARTER_CCW
public static final CameraServerWidget.Rotation HALF
public static CameraServerWidget.Rotation[] values()
for (CameraServerWidget.Rotation c : CameraServerWidget.Rotation.values()) System.out.println(c);
public static CameraServerWidget.Rotation 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 nullpublic java.lang.String toString()
toString
in class java.lang.Enum<CameraServerWidget.Rotation>