Package | Description |
---|---|
org.openstreetmap.josm.gui.mappaint | |
org.openstreetmap.josm.gui.mappaint.mapcss |
Modifier and Type | Field and Description |
---|---|
private Condition.Context |
Environment.context |
Modifier and Type | Method and Description |
---|---|
Condition.Context |
Environment.getContext()
Replies the current context.
|
Modifier and Type | Method and Description |
---|---|
Environment |
Environment.withContext(Condition.Context context)
Creates a clone of this environment, with the specified
Condition.Context . |
Modifier and Type | Method and Description |
---|---|
static Condition.Context |
Condition.Context.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Condition.Context[] |
Condition.Context.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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) |