Package | Description |
---|---|
org.openstreetmap.josm.gui.mappaint.mapcss |
Modifier and Type | Field and Description |
---|---|
java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.util.Set<MapCSSRule>>> |
MapCSSStyleSource.MapCSSRuleIndex.index |
java.util.Set<MapCSSRule> |
MapCSSStyleSource.MapCSSRuleIndex.remaining |
java.util.List<MapCSSRule> |
MapCSSStyleSource.rules |
java.util.List<MapCSSRule> |
MapCSSStyleSource.MapCSSRuleIndex.rules |
Modifier and Type | Method and Description |
---|---|
java.util.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) |