|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<CartesianJoggingMode>
com.kuka.roboticsAPI.motionModel.CartesianJoggingMode
public enum CartesianJoggingMode
The possible cartesian jogging modes.
| Enum Constant Summary | |
|---|---|
BASE
Jogging in the selected base coordinate system. |
|
TOOL
Jogging in tool system without updating the tool coordinate system when changing the orientation. |
|
TOOLDIFF
Jogging in tool system, with updating the tool coordinate system when changing the orientation (allows to move curves). |
|
| Method Summary | |
|---|---|
static CartesianJoggingMode |
createFromParameter(int parameter)
Creates a new cartesian jogging mode from the specified parameter. |
int |
getJoggingModeParameter()
Gets the jogging mode parameter used by the jogging interpolation SPR. |
static CartesianJoggingMode |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CartesianJoggingMode[] |
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 CartesianJoggingMode BASE
public static final CartesianJoggingMode TOOLDIFF
public static final CartesianJoggingMode TOOL
| Method Detail |
|---|
public static CartesianJoggingMode[] values()
for (CartesianJoggingMode c : CartesianJoggingMode.values()) System.out.println(c);
public static CartesianJoggingMode 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 nullpublic int getJoggingModeParameter()
public static CartesianJoggingMode createFromParameter(int parameter)
parameter - jogging mode parameter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||