Package | Description |
---|---|
org.openstreetmap.josm.gui.layer.gpx |
Provides classes for handling GPX layers.
|
Modifier and Type | Field and Description |
---|---|
private GpxDrawHelper.ColorMode |
GpxDrawHelper.colored
Mode of the line coloring
|
private GpxDrawHelper.ColorMode |
GpxDrawHelper.computeCacheColored |
Modifier and Type | Method and Description |
---|---|
(package private) static GpxDrawHelper.ColorMode |
GpxDrawHelper.ColorMode.fromIndex(int index) |
GpxDrawHelper.ColorMode |
GpxDrawHelper.getColorMode()
Read coloring mode for specified layer from preferences
|
static GpxDrawHelper.ColorMode |
GpxDrawHelper.ColorMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GpxDrawHelper.ColorMode[] |
GpxDrawHelper.ColorMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|