Package | Description |
---|---|
org.openstreetmap.josm.gui.mappaint.mapcss |
Modifier and Type | Class and Description |
---|---|
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:
["a label"] PRIMITIVE: the primitive has a tag "a label"
LINK: the parent is a relation and it has at least one member with the role
"a label" referring to the child
[!"
|
static class |
Condition.KeyValueCondition
Represents a key/value condition which is either applied to a primitive.
|
static class |
Condition.PseudoClassCondition |
static class |
Condition.RoleCondition |
Modifier and Type | Field and Description |
---|---|
protected List<Condition> |
Selector.AbstractSelector.conds |
Modifier and Type | Method and Description |
---|---|
static Condition |
Condition.create(Expression e,
Condition.Context context) |
static Condition |
Condition.create(String k,
boolean not,
boolean yes,
Condition.Context context) |
static Condition |
Condition.create(String id,
boolean not,
Condition.Context context) |
static Condition |
Condition.create(String k,
String v,
Condition.Op op,
Condition.Context context) |
Constructor and Description |
---|
AbstractSelector(List<Condition> conditions) |
GeneralSelector(String base,
Pair<Integer,Integer> zoom,
List<Condition> conds,
String subpart) |
LinkSelector(List<Condition> conditions) |