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 classStyleSetting.BooleanStyleSettingA style setting for boolean value (yes / no).static classStyleSetting.ColorStyleSettingA style setting for color values.static classStyleSetting.PropertyStyleSetting<T>A setting for a styleFields in org.openstreetmap.josm.gui.mappaint with type parameters of type StyleSetting Modifier and Type Field Description java.util.Map<StyleSetting.StyleSettingGroup,java.util.List<StyleSetting>>StyleSource. settingGroupsMap of settings per group.private java.util.List<StyleSetting>StyleSettingGroupGui. settingsjava.util.List<StyleSetting>StyleSource. settingsList of settings for user customization.Methods in org.openstreetmap.josm.gui.mappaint that return StyleSetting Modifier and Type Method Description static StyleSettingStyleSettingFactory. create(Cascade c, StyleSource parentStyle, java.lang.String key)Creates a newStyleSettingbased on the specified type byc.private static <T> StyleSettingStyleSettingFactory. forLabelAndDefault(Cascade c, java.lang.Class<T> type, java.util.function.BiFunction<java.lang.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> StyleSettingStyleSettingFactory. forLabelAndDefault(Cascade c, java.lang.Class<T> type, java.util.function.BiFunction<java.lang.String,T,StyleSetting> function)Constructor parameters in org.openstreetmap.josm.gui.mappaint with type arguments of type StyleSetting Constructor Description StyleSettingGroupGui(StyleSetting.StyleSettingGroup group, java.util.List<StyleSetting> settings)Constructs a newStyleSettingGroupGui.
-