public enum ReferenceOrientation extends java.lang.Enum<ReferenceOrientation>
Enum Constant and Description |
---|
NUM_180
The reference-orientation of this reference-area is rotated 180 degrees
counter-clockwise from the reference-orientation of the containing
reference-area.
|
NUM_270
The reference-orientation of this reference-area is rotated 270 degrees
counter-clockwise from the reference-orientation of the containing
reference-area.
|
NUM_90
The reference-orientation of this reference-area is rotated 90 degrees
counter-clockwise from the reference-orientation of the containing
reference-area.
|
NUM_ZERO
The reference-orientation of this reference-area has the same
reference-orientation as the containing reference-area.
|
Modifier and Type | Method and Description |
---|---|
static ReferenceOrientation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReferenceOrientation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReferenceOrientation NUM_ZERO
public static final ReferenceOrientation NUM_90
public static final ReferenceOrientation NUM_180
public static final ReferenceOrientation NUM_270
public static ReferenceOrientation[] values()
for (ReferenceOrientation c : ReferenceOrientation.values()) System.out.println(c);
public static ReferenceOrientation 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 nullThis documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.