public enum swArrowStyle_e extends java.lang.Enum<swArrowStyle_e>
Enum Constant and Description |
---|
swCLOSEBOT_ARROWHEAD |
swCLOSED_ARROWHEAD |
swCLOSETOP_ARROWHEAD |
swDOT_ARROWHEAD |
swISOWIDE_ARROWHEAD |
swNO_ARROWHEAD |
swOPEN_ARROWHEAD |
swORIGIN_ARROWHEAD |
swRUS_ARROWHEAD |
swSLASH_ARROWHEAD |
swWIDE_ARROWHEAD |
Modifier and Type | Method and Description |
---|---|
static swArrowStyle_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swArrowStyle_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swArrowStyle_e swOPEN_ARROWHEAD
public static final swArrowStyle_e swCLOSED_ARROWHEAD
public static final swArrowStyle_e swSLASH_ARROWHEAD
public static final swArrowStyle_e swDOT_ARROWHEAD
public static final swArrowStyle_e swORIGIN_ARROWHEAD
public static final swArrowStyle_e swWIDE_ARROWHEAD
public static final swArrowStyle_e swISOWIDE_ARROWHEAD
public static final swArrowStyle_e swRUS_ARROWHEAD
public static final swArrowStyle_e swCLOSETOP_ARROWHEAD
public static final swArrowStyle_e swCLOSEBOT_ARROWHEAD
public static final swArrowStyle_e swNO_ARROWHEAD
public static swArrowStyle_e[] values()
for (swArrowStyle_e c : swArrowStyle_e.values()) System.out.println(c);
public static swArrowStyle_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