public static enum PlotMouseListener.PlotLocation extends Enum<PlotMouseListener.PlotLocation>
Modifier and Type | Method and Description |
---|---|
static PlotMouseListener.PlotLocation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlotMouseListener.PlotLocation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlotMouseListener.PlotLocation Label
public static final PlotMouseListener.PlotLocation Plot
public static PlotMouseListener.PlotLocation[] values()
for (PlotMouseListener.PlotLocation c : PlotMouseListener.PlotLocation.values()) System.out.println(c);
public static PlotMouseListener.PlotLocation 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 nullCopyright © 2016 Metron, Inc.. All rights reserved.