Uses of Class
org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSRule
-
Packages that use MapCSSRule Package Description org.openstreetmap.josm.data.validation.tests Provides the classes for JOSM data validation tests.org.openstreetmap.josm.gui.mappaint.mapcss Drawing system based on MapCSS map styles. -
-
Uses of MapCSSRule in org.openstreetmap.josm.data.validation.tests
Fields in org.openstreetmap.josm.data.validation.tests declared as MapCSSRule Modifier and Type Field Description MapCSSRuleMapCSSTagChecker.MapCSSTagCheckerAndRule. rule(package private) MapCSSRuleMapCSSTagCheckerRule. ruleThe selector of thisTagCheckFields in org.openstreetmap.josm.data.validation.tests with type parameters of type MapCSSRule Modifier and Type Field Description private java.util.Map<MapCSSRule,MapCSSTagChecker.MapCSSTagCheckerAndRule>MapCSSTagChecker. ruleToCheckMapMethods in org.openstreetmap.josm.data.validation.tests with parameters of type MapCSSRule Modifier and Type Method Description (package private) static MapCSSTagCheckerRuleMapCSSTagCheckerRule. ofMapCSSRule(MapCSSRule rule, java.util.function.Consumer<java.lang.String> assertionConsumer)Constructors in org.openstreetmap.josm.data.validation.tests with parameters of type MapCSSRule Constructor Description MapCSSTagCheckerAndRule(MapCSSRule rule)MapCSSTagCheckerRule(MapCSSRule rule) -
Uses of MapCSSRule in org.openstreetmap.josm.gui.mappaint.mapcss
Fields in org.openstreetmap.josm.gui.mappaint.mapcss with type parameters of type MapCSSRule Modifier and Type Field Description private java.util.List<MapCSSRule>MapCSSRuleIndex. rulesAll rules this index is for.java.util.List<MapCSSRule>MapCSSStyleSource. rulesall rules in this style fileMethods in org.openstreetmap.josm.gui.mappaint.mapcss that return MapCSSRule Modifier and Type Method Description MapCSSRuleMapCSSRuleIndex.RuleCandidatesIterator. next()Methods in org.openstreetmap.josm.gui.mappaint.mapcss that return types with arguments of type MapCSSRule Modifier and Type Method Description java.util.Iterator<MapCSSRule>MapCSSRuleIndex. getRuleCandidates(IPrimitive osm)Get a subset of all rules that might match the primitive.java.util.Iterator<MapCSSRule>MapCSSStyleIndex. getRuleCandidates(IPrimitive osm)Get a subset of all rules that might match the primitive.Methods in org.openstreetmap.josm.gui.mappaint.mapcss with parameters of type MapCSSRule Modifier and Type Method Description voidMapCSSRuleIndex. add(MapCSSRule rule)Add a rule to this index.intMapCSSRule. compareTo(MapCSSRule o)private static voidMapCSSStyleSource. loadSettings(MapCSSRule r, Selector.GeneralSelector gs, Environment env)Method parameters in org.openstreetmap.josm.gui.mappaint.mapcss with type arguments of type MapCSSRule Modifier and Type Method Description voidMapCSSStyleIndex. buildIndex(java.util.stream.Stream<MapCSSRule> ruleStream)Builds and initializes the index.
-