public enum swCenterMarkConnectionLine_e extends java.lang.Enum<swCenterMarkConnectionLine_e>
Enum Constant and Description |
---|
swCenterMark_ShowBaseCenterMarkLines |
swCenterMark_ShowCircularConnectLines |
swCenterMark_ShowLinearConnectLines |
swCenterMark_ShowNoConnectLines |
swCenterMark_ShowRadialConnectLines |
Modifier and Type | Method and Description |
---|---|
static swCenterMarkConnectionLine_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swCenterMarkConnectionLine_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swCenterMarkConnectionLine_e swCenterMark_ShowNoConnectLines
public static final swCenterMarkConnectionLine_e swCenterMark_ShowLinearConnectLines
public static final swCenterMarkConnectionLine_e swCenterMark_ShowCircularConnectLines
public static final swCenterMarkConnectionLine_e swCenterMark_ShowRadialConnectLines
public static final swCenterMarkConnectionLine_e swCenterMark_ShowBaseCenterMarkLines
public static swCenterMarkConnectionLine_e[] values()
for (swCenterMarkConnectionLine_e c : swCenterMarkConnectionLine_e.values()) System.out.println(c);
public static swCenterMarkConnectionLine_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