public enum AbsoluteAxis extends java.lang.Enum<AbsoluteAxis>
Enum Constant and Description |
---|
HORIZONTAL
The horizontal absolute axis.
|
VERTICAL
The vertical relative axis.
|
Modifier and Type | Method and Description |
---|---|
AbsoluteAxis |
getOpposite()
Returns the axis opposite to
this . |
static AbsoluteAxis |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbsoluteAxis[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbsoluteAxis HORIZONTAL
public static final AbsoluteAxis VERTICAL
public static AbsoluteAxis[] values()
for (AbsoluteAxis c : AbsoluteAxis.values()) System.out.println(c);
public static AbsoluteAxis 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 AbsoluteAxis getOpposite()
this
.This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.