Uses of Class
org.openstreetmap.josm.data.osm.visitor.paint.PaintColors
-
Packages that use PaintColors Package Description org.openstreetmap.josm.data.osm.visitor.paint Provides the classes for painting (rendering) OSM primitives on the map. -
-
Uses of PaintColors in org.openstreetmap.josm.data.osm.visitor.paint
Methods in org.openstreetmap.josm.data.osm.visitor.paint that return PaintColors Modifier and Type Method Description static PaintColors
PaintColors. valueOf(String name)
Returns the enum constant of this type with the specified name.static PaintColors[]
PaintColors. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-