public enum PointerElement extends Enum<PointerElement> implements Key
ChartPointer.ID plugin.| Enum Constant and Description | 
|---|
| AXESChanges the cursor when over to an axes. | 
| DATASETChanges the cursor when over to a dataset. | 
| LEGENDChanges the cursor when over to the legend. | 
| TITLEChanges the cursor when over to the title. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | value()Returns the name value of property | 
| static PointerElement | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static PointerElement[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfcheckIfValid, compare, create, equals, getKeyByValue, getKeyByValue, hasKeyByValue, isValidpublic static final PointerElement DATASET
public static final PointerElement TITLE
public static final PointerElement AXES
public static final PointerElement LEGEND
public static PointerElement[] values()
for (PointerElement c : PointerElement.values()) System.out.println(c);
public static PointerElement 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 null