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