public static enum StackLabels.VerticalAlign extends Enum<StackLabels.VerticalAlign>
StackLabels.setVerticalAlign(StackLabels.VerticalAlign) method.| Enum Constant and Description |
|---|
BOTTOM
Show the labels at the bottom of the column
|
MIDDLE
Show the labels in the middle of the column
|
TOP
Show the labels at the top of the column
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static StackLabels.VerticalAlign |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StackLabels.VerticalAlign[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StackLabels.VerticalAlign TOP
public static final StackLabels.VerticalAlign MIDDLE
public static final StackLabels.VerticalAlign BOTTOM
public static StackLabels.VerticalAlign[] values()
for (StackLabels.VerticalAlign c : StackLabels.VerticalAlign.values()) System.out.println(c);
public static StackLabels.VerticalAlign 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 nullpublic String toString()
toString in class Enum<StackLabels.VerticalAlign>Copyright © 2015. All Rights Reserved.