Package | Description |
---|---|
org.openstreetmap.josm.gui.mappaint.mapcss |
Drawing system based on MapCSS map styles.
|
Modifier and Type | Field and Description |
---|---|
java.util.List<MapCSSRule> |
MapCSSStyleSource.rules |
private java.util.List<MapCSSRule> |
MapCSSStyleSource.MapCSSRuleIndex.rules
All rules this index is for.
|
Modifier and Type | Method and Description |
---|---|
MapCSSRule |
MapCSSStyleSource.MapCSSRuleIndex.RuleCandidatesIterator.next() |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<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)
Add a rule to this index.
|
int |
MapCSSRule.compareTo(MapCSSRule o) |