public enum VectorElementDragResult extends java.lang.Enum<VectorElementDragResult>
枚举常量和说明 |
---|
VECTOR_ELEMENT_DRAG_RESULT_DELETE
The underlying vector element or vertex should be deleted.
|
VECTOR_ELEMENT_DRAG_RESULT_IGNORE
Dragging should be ignored.
|
VECTOR_ELEMENT_DRAG_RESULT_MODIFY
The underlying vector element (or vertex) should be modified.
|
VECTOR_ELEMENT_DRAG_RESULT_STOP
Dragging should be ignored.
|
限定符和类型 | 方法和说明 |
---|---|
static VectorElementDragResult |
swigToEnum(int swigValue) |
int |
swigValue() |
static VectorElementDragResult |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static VectorElementDragResult[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final VectorElementDragResult VECTOR_ELEMENT_DRAG_RESULT_IGNORE
public static final VectorElementDragResult VECTOR_ELEMENT_DRAG_RESULT_STOP
public static final VectorElementDragResult VECTOR_ELEMENT_DRAG_RESULT_MODIFY
public static final VectorElementDragResult VECTOR_ELEMENT_DRAG_RESULT_DELETE
public static VectorElementDragResult[] values()
for (VectorElementDragResult c : VectorElementDragResult.values()) System.out.println(c);
public static VectorElementDragResult valueOf(java.lang.String name)
name
- 要返回的枚举常量的名称。java.lang.IllegalArgumentException
- 如果该枚举类型没有带有指定名称的常量java.lang.NullPointerException
- 如果参数为空值public final int swigValue()
public static VectorElementDragResult swigToEnum(int swigValue)