Package | Description |
---|---|
org.openstreetmap.josm.gui.layer.gpx |
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 |
---|---|
GpxDrawHelper.ColorMode |
GpxDrawHelper.getColorMode(java.lang.String layerName)
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.
|