|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<UserKeyAlignment>
com.kuka.roboticsAPI.uiModel.userKeys.UserKeyAlignment
public enum UserKeyAlignment
The possible user key alignments.
A user key has a 3x3 grid to place elements. The position of the elements is chosen according to the alignment.
| Enum Constant Summary | |
|---|---|
BottomLeft
Displays the element at the bottom left of the grid. |
|
BottomMiddle
Displays the element in the middle of the bottom grid row. |
|
BottomRight
Displays the element at the bottom right of the grid. |
|
Middle
Displays the element in the center of the grid. |
|
MiddleLeft
Displays the element to the left of the middle grid row. |
|
MiddleRight
Displays the element to the right of the middle grid row. |
|
TopLeft
Displays the element at the top left of the grid. |
|
TopMiddle
Displays the element in the middle of the top grid row. |
|
TopRight
Displays the element at the top right of the grid. |
|
| Method Summary | |
|---|---|
static UserKeyAlignment |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static UserKeyAlignment[] |
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 UserKeyAlignment TopLeft
public static final UserKeyAlignment TopMiddle
public static final UserKeyAlignment TopRight
public static final UserKeyAlignment MiddleLeft
public static final UserKeyAlignment Middle
public static final UserKeyAlignment MiddleRight
public static final UserKeyAlignment BottomLeft
public static final UserKeyAlignment BottomMiddle
public static final UserKeyAlignment BottomRight
| Method Detail |
|---|
public static UserKeyAlignment[] values()
for (UserKeyAlignment c : UserKeyAlignment.values()) System.out.println(c);
public static UserKeyAlignment valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||