Package | Description |
---|---|
org.openstreetmap.josm.gui.mappaint.mapcss |
Drawing system based on MapCSS map styles.
|
Modifier and Type | Field and Description |
---|---|
ConditionFactory.KeyMatchType |
ConditionFactory.KeyCondition.matchType
Describes how to match the label against the key.
|
Modifier and Type | Method and Description |
---|---|
static ConditionFactory.KeyMatchType |
ConditionFactory.KeyMatchType.valueOf(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
private static boolean |
MapCSSStyleSource.MapCSSRuleIndex.conditionRequiresKeyPresence(ConditionFactory.KeyMatchType matchType) |
static Condition |
ConditionFactory.createKeyCondition(java.lang.String k,
boolean not,
ConditionFactory.KeyMatchType matchType,
Condition.Context context)
Creates a condition that checks the given key.
|
Constructor and Description |
---|
KeyCondition(java.lang.String label,
boolean negateResult,
ConditionFactory.KeyMatchType matchType)
Creates a new KeyCondition
|