public static enum MapNavigation.AlignTo extends Enum<MapNavigation.AlignTo>
ButtonOptions#setAlignTo(org.moxieapps.gwt.highcharts.client.MapNavigation.AlignTo)| Enum Constant and Description |
|---|
PLOT_BOX |
SPACING_BOX |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static MapNavigation.AlignTo |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapNavigation.AlignTo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MapNavigation.AlignTo PLOT_BOX
public static final MapNavigation.AlignTo SPACING_BOX
public static MapNavigation.AlignTo[] values()
for (MapNavigation.AlignTo c : MapNavigation.AlignTo.values()) System.out.println(c);
public static MapNavigation.AlignTo 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<MapNavigation.AlignTo>Copyright © 2015. All Rights Reserved.