public static enum LabelWidget.VerticalAlignment extends Enum<LabelWidget.VerticalAlignment>
Modifier and Type | Method and Description |
---|---|
static LabelWidget.VerticalAlignment |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LabelWidget.VerticalAlignment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LabelWidget.VerticalAlignment TOP
public static final LabelWidget.VerticalAlignment BOTTOM
public static final LabelWidget.VerticalAlignment CENTER
public static final LabelWidget.VerticalAlignment BASELINE
public static LabelWidget.VerticalAlignment[] values()
public static LabelWidget.VerticalAlignment 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