Uses of Interface
org.openstreetmap.josm.gui.mappaint.StyleSetting
-
Packages that use StyleSetting 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. -
-
Uses of StyleSetting in org.openstreetmap.josm.gui.mappaint
Classes in org.openstreetmap.josm.gui.mappaint that implement StyleSetting Modifier and Type Class Description static class
StyleSetting.BooleanStyleSetting
A style setting for boolean value (yes / no).static class
StyleSetting.ColorStyleSetting
A style setting for color values.static class
StyleSetting.PropertyStyleSetting<T>
Fields in org.openstreetmap.josm.gui.mappaint with type parameters of type StyleSetting Modifier and Type Field Description Map<StyleSetting.StyleSettingGroup,List<StyleSetting>>
StyleSource. settingGroups
Map of settings per group.private List<StyleSetting>
StyleSettingGroupGui. settings
List<StyleSetting>
StyleSource. settings
List of settings for user customization.Methods in org.openstreetmap.josm.gui.mappaint that return StyleSetting Modifier and Type Method Description static StyleSetting
StyleSettingFactory. create(Cascade c, StyleSource parentStyle, String key)
Creates a newStyleSetting
based on the specified type byc
.private static <T> StyleSetting
StyleSettingFactory. forLabelAndDefault(Cascade c, Class<T> type, BiFunction<String,T,StyleSetting> function)
Method parameters in org.openstreetmap.josm.gui.mappaint with type arguments of type StyleSetting Modifier and Type Method Description private static <T> StyleSetting
StyleSettingFactory. forLabelAndDefault(Cascade c, Class<T> type, BiFunction<String,T,StyleSetting> function)
Constructor parameters in org.openstreetmap.josm.gui.mappaint with type arguments of type StyleSetting Constructor Description StyleSettingGroupGui(StyleSetting.StyleSettingGroup group, List<StyleSetting> settings)
Constructs a newStyleSettingGroupGui
.
-