public static enum Labels.Align extends Enum<Labels.Align>
Labels.setAlign(org.moxieapps.gwt.highcharts.client.labels.Labels.Align) method.| Enum Constant and Description |
|---|
CENTER
Align the data label on the center of the point
|
LEFT
Align the data label to the left of the point
|
RIGHT
Align the data label to the right of the point
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static Labels.Align |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Labels.Align[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Labels.Align LEFT
public static final Labels.Align RIGHT
public static final Labels.Align CENTER
public static Labels.Align[] values()
for (Labels.Align c : Labels.Align.values()) System.out.println(c);
public static Labels.Align 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<Labels.Align>Copyright © 2015. All Rights Reserved.