Uses of Interface
org.openstreetmap.josm.gui.mappaint.StyleSettingGui
-
Packages that use StyleSettingGui 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 StyleSettingGui in org.openstreetmap.josm.gui.mappaint
Classes in org.openstreetmap.josm.gui.mappaint that implement StyleSettingGui Modifier and Type Class Description classBooleanStyleSettingGuiGUI elements for aStyleSetting.BooleanStyleSettingclass.classColorStyleSettingGuiA GUI to set a color style(package private) classPropertyStyleSettingGui<T>GUI elements for aStyleSetting.PropertyStyleSettingclass.classStyleSettingGroupGuiGUI elements for aStyleSetting.StyleSettingGroupclass.Methods in org.openstreetmap.josm.gui.mappaint that return StyleSettingGui Modifier and Type Method Description StyleSettingGuiStyleSetting.BooleanStyleSetting. getStyleSettingGui()StyleSettingGuiStyleSetting.ColorStyleSetting. getStyleSettingGui()default StyleSettingGuiStyleSetting. getStyleSettingGui()Create a matchingStyleSettingGuiinstances for a givenStyleSettingobject.StyleSettingGuiStyleSetting.PropertyStyleSetting. getStyleSettingGui()
-