public enum LabelPartButtonsEnum extends java.lang.Enum<LabelPartButtonsEnum>
Enum Constant and Description |
---|
ALIGN_CENTER
Button to center text
|
ALIGN_LEFT
Button to align text left
|
ALIGN_RIGHT
Button to align text right
|
BACKGROUND_COLOUR
Button to set the background colour
|
BAR_COLOUR
Button to set choose bar colour
|
BAR_VISIBLE
Button to set visibility of the bars
|
COLOUR
Button to set text colour
|
FONT
Button to choose the font
|
ID_VISIBLE
Button to set visibility of the ID
|
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 COLOUR
public static final LabelPartButtonsEnum BACKGROUND_COLOUR
public static final LabelPartButtonsEnum BAR_VISIBLE
public static final LabelPartButtonsEnum BAR_COLOUR
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