public enum swMouseDragMode_e extends java.lang.Enum<swMouseDragMode_e>
Enum Constant and Description |
---|
swAssemblySmartMates |
swInsertDimension |
swRollView |
swRotateAssemblyComponentAboutAxis |
swRotateAssemblyComponentAboutCenter |
swRotateView |
swTranslateAssemblyComponent |
swTranslateView |
swTurnView |
swZoomToAreaOfView |
swZoomView |
Modifier and Type | Method and Description |
---|---|
static swMouseDragMode_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swMouseDragMode_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swMouseDragMode_e swTranslateAssemblyComponent
public static final swMouseDragMode_e swRotateAssemblyComponentAboutCenter
public static final swMouseDragMode_e swRotateAssemblyComponentAboutAxis
public static final swMouseDragMode_e swAssemblySmartMates
public static final swMouseDragMode_e swRotateView
public static final swMouseDragMode_e swTranslateView
public static final swMouseDragMode_e swZoomView
public static final swMouseDragMode_e swZoomToAreaOfView
public static final swMouseDragMode_e swInsertDimension
public static final swMouseDragMode_e swRollView
public static final swMouseDragMode_e swTurnView
public static swMouseDragMode_e[] values()
for (swMouseDragMode_e c : swMouseDragMode_e.values()) System.out.println(c);
public static swMouseDragMode_e 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 null