Uses of Class
org.openstreetmap.josm.gui.mappaint.mapcss.ConditionFactory.KeyMatchType
-
Packages that use ConditionFactory.KeyMatchType Package Description org.openstreetmap.josm.gui.mappaint.mapcss Drawing system based on MapCSS map styles. -
-
Uses of ConditionFactory.KeyMatchType in org.openstreetmap.josm.gui.mappaint.mapcss
Fields in org.openstreetmap.josm.gui.mappaint.mapcss declared as ConditionFactory.KeyMatchType Modifier and Type Field Description ConditionFactory.KeyMatchType
ConditionFactory.KeyCondition. matchType
Describes how to match the label against the key.Methods in org.openstreetmap.josm.gui.mappaint.mapcss that return ConditionFactory.KeyMatchType Modifier and Type Method Description static ConditionFactory.KeyMatchType
ConditionFactory.KeyMatchType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConditionFactory.KeyMatchType[]
ConditionFactory.KeyMatchType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openstreetmap.josm.gui.mappaint.mapcss with parameters of type ConditionFactory.KeyMatchType Modifier and Type Method Description static Condition
ConditionFactory. createKeyCondition(String k, boolean not, ConditionFactory.KeyMatchType matchType, Condition.Context context)
Creates a condition that checks the given key.Constructors in org.openstreetmap.josm.gui.mappaint.mapcss with parameters of type ConditionFactory.KeyMatchType Constructor Description KeyCondition(String label, boolean negateResult, ConditionFactory.KeyMatchType matchType)
Creates a new KeyCondition
-