| Package | Description |
|---|---|
| org.openstreetmap.josm.data.validation.tests | |
| org.openstreetmap.josm.gui.mappaint.mapcss |
| 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 |
| Constructor and Description |
|---|
MapCSSRule(Selector selector,
MapCSSRule.Declaration declaration)
Constructs a new
MapCSSRule. |