Changeset 18972 in josm for trunk/src/org/openstreetmap/josm/gui/mappaint/StyleSetting.java
- Timestamp:
- 2024-02-09T15:26:06+01:00 (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/mappaint/StyleSetting.java
r16843 r18972 15 15 /** 16 16 * Setting to customize a MapPaint style. 17 * 17 * <p> 18 18 * Can be changed by the user in the right click menu of the mappaint style 19 19 * dialog. 20 * 20 * <p> 21 21 * Defined in the MapCSS style, e.g. 22 22 * <pre> … … 119 119 } 120 120 121 /** 122 * A setting for a style 123 * @param <T> The property type 124 */ 121 125 class PropertyStyleSetting<T> extends LabeledStyleSetting implements StyleSetting { 122 126 private final Class<T> type;
Note:
See TracChangeset
for help on using the changeset viewer.