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 MapCSSRule
MapCSSTagChecker.MapCSSTagCheckerAndRule. rule
(package private) MapCSSRule
MapCSSTagCheckerRule. rule
The selector of thisTagCheck
Fields 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. ruleToCheckMap
Methods in org.openstreetmap.josm.data.validation.tests with parameters of type MapCSSRule Modifier and Type Method Description (package private) static MapCSSTagCheckerRule
MapCSSTagCheckerRule. 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. rules
All rules this index is for.java.util.List<MapCSSRule>
MapCSSStyleSource. rules
all rules in this style fileMethods in org.openstreetmap.josm.gui.mappaint.mapcss that return MapCSSRule Modifier and Type Method Description MapCSSRule
MapCSSRuleIndex.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 void
MapCSSRuleIndex. add(MapCSSRule rule)
Add a rule to this index.int
MapCSSRule. compareTo(MapCSSRule o)
private static void
MapCSSStyleSource. 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 void
MapCSSStyleIndex. buildIndex(java.util.stream.Stream<MapCSSRule> ruleStream)
Builds and initializes the index.
-