Package | Description |
---|---|
org.openstreetmap.josm.gui.mappaint.mapcss |
Modifier and Type | Class and Description |
---|---|
static class |
Condition.ClassCondition |
static class |
Condition.ExpressionCondition |
static class |
Condition.IndexCondition |
static class |
Condition.KeyCondition
KeyCondition represent one of the following conditions in either the link or the
primitive context:
|
static class |
Condition.KeyValueCondition
Represents a key/value condition which is either applied to a primitive.
|
static class |
Condition.KeyValueRegexpCondition |
static class |
Condition.PseudoClassCondition |
static class |
Condition.RoleCondition |
static class |
Condition.SimpleKeyValueCondition
Most common case of a KeyValueCondition.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Condition> |
Selector.AbstractSelector.conds |
Modifier and Type | Method and Description |
---|---|
static Condition |
Condition.createKeyCondition(java.lang.String k,
boolean not,
Condition.KeyMatchType matchType,
Condition.Context context) |
static Condition |
Condition.createKeyValueCondition(java.lang.String k,
java.lang.String v,
Condition.Op op,
Condition.Context context,
boolean considerValAsKey) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Condition> |
Selector.AbstractSelector.getConditions()
Returns the list of conditions.
|
Constructor and Description |
---|
AbstractSelector(java.util.List<Condition> conditions) |
GeneralSelector(java.lang.String base,
Pair<java.lang.Integer,java.lang.Integer> zoom,
java.util.List<Condition> conds,
Subpart subpart) |
LinkSelector(java.util.List<Condition> conditions) |
OptimizedGeneralSelector(java.lang.String base,
Pair<java.lang.Integer,java.lang.Integer> zoom,
java.util.List<Condition> conds,
Subpart subpart) |
OptimizedGeneralSelector(java.lang.String base,
Range range,
java.util.List<Condition> conds,
Subpart subpart) |