public enum LabelPartButtonsEnum extends java.lang.Enum<LabelPartButtonsEnum>
| Enum Constant and Description |
|---|
ALIGN_CENTER |
ALIGN_LEFT |
ALIGN_RIGHT |
BACKGROUND_COLOR |
BAR_COLOR |
BAR_VISIBLE |
COLOR |
FONT |
ID_VISIBLE |
| Modifier and Type | Method and Description |
|---|---|
static LabelPartButtonsEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LabelPartButtonsEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LabelPartButtonsEnum FONT
public static final LabelPartButtonsEnum ALIGN_LEFT
public static final LabelPartButtonsEnum ALIGN_CENTER
public static final LabelPartButtonsEnum ALIGN_RIGHT
public static final LabelPartButtonsEnum COLOR
public static final LabelPartButtonsEnum BACKGROUND_COLOR
public static final LabelPartButtonsEnum BAR_VISIBLE
public static final LabelPartButtonsEnum BAR_COLOR
public static final LabelPartButtonsEnum ID_VISIBLE
public static LabelPartButtonsEnum[] values()
for (LabelPartButtonsEnum c : LabelPartButtonsEnum.values()) System.out.println(c);
public static LabelPartButtonsEnum 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