public static enum PlotOptions.Cursor extends Enum<PlotOptions.Cursor>
PlotOptions.setCursor(org.moxieapps.gwt.highcharts.client.plotOptions.PlotOptions.Cursor) method.| Enum Constant and Description |
|---|
NONE
Display no special cursor for this series
|
POINTER
Display the pointer cursor when the user hovers over this series
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static PlotOptions.Cursor |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlotOptions.Cursor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlotOptions.Cursor NONE
public static final PlotOptions.Cursor POINTER
public static PlotOptions.Cursor[] values()
for (PlotOptions.Cursor c : PlotOptions.Cursor.values()) System.out.println(c);
public static PlotOptions.Cursor 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<PlotOptions.Cursor>Copyright © 2015. All Rights Reserved.