Uses of Class
org.openstreetmap.josm.gui.mappaint.StyleSetting.StyleSettingGroup
-
Packages that use StyleSetting.StyleSettingGroup 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.StyleSettingGroup in org.openstreetmap.josm.gui.mappaint
Fields in org.openstreetmap.josm.gui.mappaint declared as StyleSetting.StyleSettingGroup Modifier and Type Field Description private StyleSetting.StyleSettingGroup
StyleSettingGroupGui. group
Fields in org.openstreetmap.josm.gui.mappaint with type parameters of type StyleSetting.StyleSettingGroup Modifier and Type Field Description Map<StyleSetting.StyleSettingGroup,List<StyleSetting>>
StyleSource. settingGroups
Map of settings per group.Methods in org.openstreetmap.josm.gui.mappaint that return StyleSetting.StyleSettingGroup Modifier and Type Method Description static StyleSetting.StyleSettingGroup
StyleSetting.StyleSettingGroup. create(Cascade c, StyleSource parentStyle, String key)
Creates a newStyleSettingGroup
.Constructors in org.openstreetmap.josm.gui.mappaint with parameters of type StyleSetting.StyleSettingGroup Constructor Description StyleSettingGroupGui(StyleSetting.StyleSettingGroup group, List<StyleSetting> settings)
Constructs a newStyleSettingGroupGui
.
-