public static enum GpxDrawHelper.ColorMode extends java.lang.Enum<GpxDrawHelper.ColorMode>
Enum Constant and Description |
---|
DIRECTION |
HDOP |
NONE |
TIME |
VELOCITY |
Modifier and Type | Method and Description |
---|---|
static GpxDrawHelper.ColorMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GpxDrawHelper.ColorMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GpxDrawHelper.ColorMode NONE
public static final GpxDrawHelper.ColorMode VELOCITY
public static final GpxDrawHelper.ColorMode HDOP
public static final GpxDrawHelper.ColorMode DIRECTION
public static final GpxDrawHelper.ColorMode TIME
public static GpxDrawHelper.ColorMode[] values()
for (GpxDrawHelper.ColorMode c : GpxDrawHelper.ColorMode.values()) System.out.println(c);
public static GpxDrawHelper.ColorMode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null