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.StyleSettingGroupStyleSettingGroupGui. groupFields in org.openstreetmap.josm.gui.mappaint with type parameters of type StyleSetting.StyleSettingGroup Modifier and Type Field Description java.util.Map<StyleSetting.StyleSettingGroup,java.util.List<StyleSetting>>StyleSource. settingGroupsMap of settings per group.Methods in org.openstreetmap.josm.gui.mappaint that return StyleSetting.StyleSettingGroup Modifier and Type Method Description static StyleSetting.StyleSettingGroupStyleSetting.StyleSettingGroup. create(Cascade c, StyleSource parentStyle, java.lang.String key)Creates a newStyleSettingGroup.Constructors in org.openstreetmap.josm.gui.mappaint with parameters of type StyleSetting.StyleSettingGroup Constructor Description StyleSettingGroupGui(StyleSetting.StyleSettingGroup group, java.util.List<StyleSetting> settings)Constructs a newStyleSettingGroupGui.
-