public enum swBalloonLayoutType_e extends java.lang.Enum<swBalloonLayoutType_e>
Enum Constant and Description |
---|
swDetailingBalloonLayout_Bottom |
swDetailingBalloonLayout_Circle |
swDetailingBalloonLayout_Left |
swDetailingBalloonLayout_Right |
swDetailingBalloonLayout_Square |
swDetailingBalloonLayout_Top |
Modifier and Type | Method and Description |
---|---|
static swBalloonLayoutType_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swBalloonLayoutType_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swBalloonLayoutType_e swDetailingBalloonLayout_Square
public static final swBalloonLayoutType_e swDetailingBalloonLayout_Circle
public static final swBalloonLayoutType_e swDetailingBalloonLayout_Top
public static final swBalloonLayoutType_e swDetailingBalloonLayout_Bottom
public static final swBalloonLayoutType_e swDetailingBalloonLayout_Right
public static final swBalloonLayoutType_e swDetailingBalloonLayout_Left
public static swBalloonLayoutType_e[] values()
for (swBalloonLayoutType_e c : swBalloonLayoutType_e.values()) System.out.println(c);
public static swBalloonLayoutType_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