public static enum SurfaceModel.PlotColor extends Enum<SurfaceModel.PlotColor>
Enum Constant and Description |
---|
DUALSHADE |
FOG |
GRAYSCALE |
OPAQUE |
SPECTRUM |
Modifier and Type | Method and Description |
---|---|
String |
getPropertyName() |
static SurfaceModel.PlotColor |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SurfaceModel.PlotColor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SurfaceModel.PlotColor OPAQUE
public static final SurfaceModel.PlotColor SPECTRUM
public static final SurfaceModel.PlotColor DUALSHADE
public static final SurfaceModel.PlotColor GRAYSCALE
public static final SurfaceModel.PlotColor FOG
public static SurfaceModel.PlotColor[] values()
for (SurfaceModel.PlotColor c : SurfaceModel.PlotColor.values()) System.out.println(c);
public static SurfaceModel.PlotColor 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 nullpublic String getPropertyName()
Jas4pp 1.5 © Java Analysis Studio for Particle Physics