public static enum BoxTextElemStyle.VerticalTextAlignment extends java.lang.Enum<BoxTextElemStyle.VerticalTextAlignment>
Modifier and Type | Method and Description |
---|---|
static BoxTextElemStyle.VerticalTextAlignment |
valueOf(java.lang.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(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