Uses of Class
org.openstreetmap.josm.gui.layer.GpxLayer.colorModes

Packages that use GpxLayer.colorModes
org.openstreetmap.josm.gui.layer   
 

Uses of GpxLayer.colorModes in org.openstreetmap.josm.gui.layer
 

Fields in org.openstreetmap.josm.gui.layer declared as GpxLayer.colorModes
private  GpxLayer.colorModes GpxLayer.computeCacheColored
           
 

Methods in org.openstreetmap.josm.gui.layer that return GpxLayer.colorModes
 GpxLayer.colorModes GpxLayer.getColorMode()
           
static GpxLayer.colorModes GpxLayer.colorModes.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GpxLayer.colorModes[] GpxLayer.colorModes.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



JOSM