Package | Description |
---|---|
org.openstreetmap.josm.gui.mappaint.mapcss |
Modifier and Type | Field and Description |
---|---|
Map<String,Map<String,Set<MapCSSRule>>> |
MapCSSStyleSource.MapCSSRuleIndex.index |
Set<MapCSSRule> |
MapCSSStyleSource.MapCSSRuleIndex.remaining |
List<MapCSSRule> |
MapCSSStyleSource.rules |
List<MapCSSRule> |
MapCSSStyleSource.MapCSSRuleIndex.rules |
Modifier and Type | Method and Description |
---|---|
Collection<MapCSSRule> |
MapCSSStyleSource.MapCSSRuleIndex.getRuleCandidates(OsmPrimitive osm)
Get a subset of all rules that might match the primitive.
|
Modifier and Type | Method and Description |
---|---|
void |
MapCSSStyleSource.MapCSSRuleIndex.add(MapCSSRule rule) |
int |
MapCSSRule.compareTo(MapCSSRule o) |