Package | Description |
---|---|
org.openstreetmap.josm.data.osm.visitor.paint |
Provides the classes for painting (rendering) OSM primitives on the map.
|
Modifier and Type | Method and Description |
---|---|
static PaintColors |
PaintColors.valueOf(java.lang.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.
|