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