static enum GpxLayer.colorModes extends Enum<GpxLayer.colorModes>
Enum Constant and Description |
---|
dilution |
direction |
none |
time |
velocity |
Modifier and Type | Method and Description |
---|---|
static GpxLayer.colorModes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GpxLayer.colorModes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GpxLayer.colorModes none
public static final GpxLayer.colorModes velocity
public static final GpxLayer.colorModes dilution
public static final GpxLayer.colorModes direction
public static final GpxLayer.colorModes time
public static GpxLayer.colorModes[] values()
for (GpxLayer.colorModes c : GpxLayer.colorModes.values()) System.out.println(c);
public static GpxLayer.colorModes 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