Uses of Interface
org.openstreetmap.josm.gui.mappaint.mapcss.Condition.TagCondition
-
Packages that use Condition.TagCondition Package Description org.openstreetmap.josm.gui.mappaint.mapcss Drawing system based on MapCSS map styles. -
-
Uses of Condition.TagCondition in org.openstreetmap.josm.gui.mappaint.mapcss
Classes in org.openstreetmap.josm.gui.mappaint.mapcss that implement Condition.TagCondition Modifier and Type Class Description static class
ConditionFactory.KeyCondition
KeyCondition represent one of the following conditions in either the link or the primitive context:static class
ConditionFactory.KeyRegexpCondition
KeyPatternCondition represents a conditions matching keys based on a pattern.static class
ConditionFactory.KeyValueCondition
Represents a key/value condition which is either applied to a primitive.static class
ConditionFactory.KeyValueRegexpCondition
This condition requires a fixed key to match a given regexpstatic class
ConditionFactory.RegexpKeyValueRegexpCondition
A condition that checks that a key with the matching pattern has a value with the matching pattern.static class
ConditionFactory.SimpleKeyValueCondition
Most common case of a KeyValueCondition, this is the basic key=value case.
-