| Package | Description |
|---|---|
| org.openstreetmap.josm.data.validation.tests |
Provides the classes for JOSM data validation tests.
|
| org.openstreetmap.josm.gui.mappaint.mapcss |
Drawing system based on MapCSS map styles.
|
| Modifier and Type | Field and Description |
|---|---|
MapCSSRule.Declaration |
MapCSSTagChecker.GroupedMapCSSRule.declaration
MapCSS declaration
|
| Constructor and Description |
|---|
GroupedMapCSSRule(java.util.List<Selector> selectors,
MapCSSRule.Declaration declaration)
Constructs a new
GroupedMapCSSRule. |
| Modifier and Type | Field and Description |
|---|---|
MapCSSRule.Declaration |
MapCSSRule.declaration
The instructions for this selector
|
| Constructor and Description |
|---|
MapCSSRule(Selector selector,
MapCSSRule.Declaration declaration)
Constructs a new
MapCSSRule. |