| Package | Description |
|---|---|
| org.openstreetmap.josm.gui.mappaint |
Drawing system allowing to display and render OSM map data in a user-friendly and customizable way, through map styles.
Two implementations are provided: XML: this was the system used by default JOSM map style for a long time. |
| Modifier and Type | Class and Description |
|---|---|
static class |
StyleSetting.BooleanStyleSetting
A style setting for boolean value (yes / no).
|
static class |
StyleSetting.PropertyStyleSetting<T> |
| Modifier and Type | Field and Description |
|---|---|
java.util.Map<StyleSetting.StyleSettingGroup,java.util.List<StyleSetting>> |
StyleSource.settingGroups
Map of settings per group.
|
private java.util.List<StyleSetting> |
StyleSettingGroupGui.settings |
java.util.List<StyleSetting> |
StyleSource.settings
List of settings for user customization.
|
| Modifier and Type | Method and Description |
|---|---|
static StyleSetting |
StyleSettingFactory.create(Cascade c,
StyleSource parentStyle,
java.lang.String key)
Creates a new
StyleSetting based on the specified type by c. |
private static <T> StyleSetting |
StyleSettingFactory.forLabelAndDefault(Cascade c,
java.lang.Class<T> type,
java.util.function.BiFunction<java.lang.String,T,StyleSetting> function) |
| Modifier and Type | Method and Description |
|---|---|
private static <T> StyleSetting |
StyleSettingFactory.forLabelAndDefault(Cascade c,
java.lang.Class<T> type,
java.util.function.BiFunction<java.lang.String,T,StyleSetting> function) |
| Constructor and Description |
|---|
StyleSettingGroupGui(StyleSetting.StyleSettingGroup group,
java.util.List<StyleSetting> settings)
Constructs a new
StyleSettingGroupGui. |