public static enum BoxTextElemStyle.VerticalTextAlignment extends Enum<BoxTextElemStyle.VerticalTextAlignment>
Modifier and Type | Method and Description |
---|---|
static BoxTextElemStyle.VerticalTextAlignment |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BoxTextElemStyle.VerticalTextAlignment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BoxTextElemStyle.VerticalTextAlignment ABOVE
public static final BoxTextElemStyle.VerticalTextAlignment TOP
public static final BoxTextElemStyle.VerticalTextAlignment CENTER
public static final BoxTextElemStyle.VerticalTextAlignment BOTTOM
public static final BoxTextElemStyle.VerticalTextAlignment BELOW
public static BoxTextElemStyle.VerticalTextAlignment[] values()
for (BoxTextElemStyle.VerticalTextAlignment c : BoxTextElemStyle.VerticalTextAlignment.values()) System.out.println(c);
public static BoxTextElemStyle.VerticalTextAlignment 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