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