public enum VectorElementDragPointStyle extends java.lang.Enum<VectorElementDragPointStyle>
枚举常量和说明 |
---|
VECTOR_ELEMENT_DRAG_POINT_STYLE_NORMAL
Normal control point.
|
VECTOR_ELEMENT_DRAG_POINT_STYLE_SELECTED
Selected control point.
|
VECTOR_ELEMENT_DRAG_POINT_STYLE_VIRTUAL
Virtual control point (midpoint between actual vertices).
|
限定符和类型 | 方法和说明 |
---|---|
static VectorElementDragPointStyle |
swigToEnum(int swigValue) |
int |
swigValue() |
static VectorElementDragPointStyle |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static VectorElementDragPointStyle[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final VectorElementDragPointStyle VECTOR_ELEMENT_DRAG_POINT_STYLE_NORMAL
public static final VectorElementDragPointStyle VECTOR_ELEMENT_DRAG_POINT_STYLE_VIRTUAL
public static final VectorElementDragPointStyle VECTOR_ELEMENT_DRAG_POINT_STYLE_SELECTED
public static VectorElementDragPointStyle[] values()
for (VectorElementDragPointStyle c : VectorElementDragPointStyle.values()) System.out.println(c);
public static VectorElementDragPointStyle valueOf(java.lang.String name)
name
- 要返回的枚举常量的名称。java.lang.IllegalArgumentException
- 如果该枚举类型没有带有指定名称的常量java.lang.NullPointerException
- 如果参数为空值public final int swigValue()
public static VectorElementDragPointStyle swigToEnum(int swigValue)