public static enum BarChartData.LabelPos extends Enum<BarChartData.LabelPos>
| Enum Constant and Description |
|---|
HIDDEN |
HORIZONTAL |
LEFT |
RIGHT |
SLANTED |
VERTICAL |
| Modifier and Type | Method and Description |
|---|---|
static BarChartData.LabelPos |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BarChartData.LabelPos[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BarChartData.LabelPos HIDDEN
public static final BarChartData.LabelPos HORIZONTAL
public static final BarChartData.LabelPos VERTICAL
public static final BarChartData.LabelPos SLANTED
public static final BarChartData.LabelPos LEFT
public static final BarChartData.LabelPos RIGHT
public static BarChartData.LabelPos[] values()
for (BarChartData.LabelPos c : BarChartData.LabelPos.values()) System.out.println(c);
public static BarChartData.LabelPos 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 nullCopyright © 2009-2015. All Rights Reserved.