public static enum HudPaintingUtils.Roundedness extends Enum<HudPaintingUtils.Roundedness>
Enum Constant and Description |
---|
CHECK_BOX |
COMBO_BUTTON |
RADIO |
ROUNDED_BUTTON |
SLIDER_KNOB |
Modifier and Type | Method and Description |
---|---|
static HudPaintingUtils.Roundedness |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HudPaintingUtils.Roundedness[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HudPaintingUtils.Roundedness ROUNDED_BUTTON
public static final HudPaintingUtils.Roundedness COMBO_BUTTON
public static final HudPaintingUtils.Roundedness CHECK_BOX
public static final HudPaintingUtils.Roundedness RADIO
public static final HudPaintingUtils.Roundedness SLIDER_KNOB
public static HudPaintingUtils.Roundedness[] values()
for (HudPaintingUtils.Roundedness c : HudPaintingUtils.Roundedness.values()) System.out.println(c);
public static HudPaintingUtils.Roundedness valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null