public static enum BubbleLayout.Look extends java.lang.Enum<BubbleLayout.Look>
| Modifier and Type | Method and Description |
|---|---|
static BubbleLayout.Look |
getType(int value) |
static BubbleLayout.Look |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BubbleLayout.Look[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BubbleLayout.Look LEFT
public static final BubbleLayout.Look TOP
public static final BubbleLayout.Look RIGHT
public static final BubbleLayout.Look BOTTOM
public static BubbleLayout.Look[] values()
for (BubbleLayout.Look c : BubbleLayout.Look.values()) System.out.println(c);
public static BubbleLayout.Look 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 nullpublic static BubbleLayout.Look getType(int value)