|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<CartesianCoordinates>
com.kuka.roboticsAPI.deviceModel.CartesianCoordinates
public enum CartesianCoordinates
The parts of the Cartesian coordinates.
| Enum Constant Summary | |
|---|---|
A
The Euler Alpha rotation. |
|
A3
the rotation of Axis 3. |
|
Alpha
elbow rotation angle. |
|
B
The Euler Beta rotation. |
|
C
The Euler Gamma rotation. |
|
E1
the rotation of the extended axis 1 (= A3 at the LBR5). |
|
Theta
The rotation around the z-coordinate for mobile platforms. |
|
X
The X-coordinate. |
|
Y
The Y-coordinate. |
|
Z
The Z-coordinate. |
|
| Method Summary | |
|---|---|
static CartesianCoordinates |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CartesianCoordinates[] |
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 CartesianCoordinates X
public static final CartesianCoordinates Y
public static final CartesianCoordinates Z
public static final CartesianCoordinates A
public static final CartesianCoordinates B
public static final CartesianCoordinates C
public static final CartesianCoordinates Alpha
public static final CartesianCoordinates A3
public static final CartesianCoordinates E1
public static final CartesianCoordinates Theta
| Method Detail |
|---|
public static CartesianCoordinates[] values()
for (CartesianCoordinates c : CartesianCoordinates.values()) System.out.println(c);
public static CartesianCoordinates 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 | |||||||||