Package | Description |
---|---|
org.openstreetmap.josm.gui.mappaint.mapcss |
Drawing system based on MapCSS map styles.
|
Modifier and Type | Class and Description |
---|---|
static class |
ConditionFactory.KeyCondition
KeyCondition represent one of the following conditions in either the link or the
primitive context:
|
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 regexp
|
static 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.
|