Uses of Class
org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSRuleIndex
-
Packages that use MapCSSRuleIndex Package Description org.openstreetmap.josm.gui.mappaint.mapcss Drawing system based on MapCSS map styles. -
-
Uses of MapCSSRuleIndex in org.openstreetmap.josm.gui.mappaint.mapcss
Fields in org.openstreetmap.josm.gui.mappaint.mapcss declared as MapCSSRuleIndex Modifier and Type Field Description (package private) MapCSSRuleIndexMapCSSStyleIndex. canvasRulesrules to apply canvas properties(package private) MapCSSRuleIndexMapCSSStyleIndex. multipolygonRulesRules for multipolygon relations(package private) MapCSSRuleIndexMapCSSStyleIndex. nodeRulesRules for nodes(package private) MapCSSRuleIndexMapCSSStyleIndex. relationRulesRules for relations that are not multipolygon relations(package private) MapCSSRuleIndexMapCSSStyleIndex. wayNoAreaRulesRules for ways with tag area=no(package private) MapCSSRuleIndexMapCSSStyleIndex. wayRulesRules for ways without tag area=noMethods in org.openstreetmap.josm.gui.mappaint.mapcss that return MapCSSRuleIndex Modifier and Type Method Description MapCSSRuleIndexMapCSSStyleIndex. get(IPrimitive p)Get the index of rules for the given primitive.
-