public static enum PlotMaker.Options extends Enum<PlotMaker.Options>
| Enum Constant and Description |
|---|
FORCE_REPLOT |
REFRESH_ALL |
REFRESH_NONE |
| Modifier and Type | Method and Description |
|---|---|
static PlotMaker.Options |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlotMaker.Options[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlotMaker.Options REFRESH_ALL
public static final PlotMaker.Options REFRESH_NONE
public static final PlotMaker.Options FORCE_REPLOT
public static PlotMaker.Options[] values()
for (PlotMaker.Options c : PlotMaker.Options.values()) System.out.println(c);
public static PlotMaker.Options 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 © 2015 LSST. All rights reserved.