public enum swLeaderStyle_e extends java.lang.Enum<swLeaderStyle_e>
Enum Constant and Description |
---|
swAlwaysAttachToBalloon |
swAttachLeaderBottom |
swAttachLeaderCenter |
swAttachLeaderNearest |
swAttachLeaderTop |
swBENT |
swNO_LEADER |
swSPLINE |
swSTRAIGHT |
swUNDERLINED |
swVDA |
Modifier and Type | Method and Description |
---|---|
static swLeaderStyle_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swLeaderStyle_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swLeaderStyle_e swNO_LEADER
public static final swLeaderStyle_e swSTRAIGHT
public static final swLeaderStyle_e swBENT
public static final swLeaderStyle_e swUNDERLINED
public static final swLeaderStyle_e swAlwaysAttachToBalloon
public static final swLeaderStyle_e swSPLINE
public static final swLeaderStyle_e swAttachLeaderTop
public static final swLeaderStyle_e swAttachLeaderCenter
public static final swLeaderStyle_e swAttachLeaderBottom
public static final swLeaderStyle_e swAttachLeaderNearest
public static final swLeaderStyle_e swVDA
public static swLeaderStyle_e[] values()
for (swLeaderStyle_e c : swLeaderStyle_e.values()) System.out.println(c);
public static swLeaderStyle_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