public enum PointerElement extends Enum<PointerElement> implements Key
ChartPointer.ID
plugin.Enum Constant and Description |
---|
AXES
Changes the cursor when over to an axes.
|
DATASET
Changes the cursor when over to a dataset.
|
LEGEND
Changes the cursor when over to the legend.
|
SUBTITLE
Changes the cursor when over to the subtitle.
|
TITLE
Changes 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, valueOf
checkAndGetIfValid, checkIfValid, compare, create, equals, getKeyByValue, getKeyByValue, hasKeyByValue, isValid
public static final PointerElement DATASET
public static final PointerElement TITLE
public static final PointerElement SUBTITLE
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