public interface StyleSetting
setting::highway_casing {
type: boolean;
label: tr("Draw highway casing");
default: true;
}
way[highway][setting("highway_casing")] {
casing-width: 2;
casing-color: white;
}
| Modifier and Type | Interface and Description |
|---|---|
static class |
StyleSetting.BooleanStyleSetting
A style setting for boolean value (yes / no).
|
static class |
StyleSetting.LabeledStyleSetting
Superclass of style settings and groups.
|
static class |
StyleSetting.StyleSettingGroup
A style setting group.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getValue()
gets the value for this setting
|
java.lang.Object getValue()