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