Package org.openstreetmap.josm.data.gpx
Interface IGpxLayerPrefs
-
- All Known Implementing Classes:
GpxData
,MarkerLayer.MarkerData
public interface IGpxLayerPrefs
Interface containing the layer preferences. Implemented by GpxLayer and MarkerLayer- Since:
- 18287
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>
getLayerPrefs()
The layer specific prefs formerly saved in the preferences, e.g.void
setModified(boolean value)
Sets the modified flag to the value.
-
-
-
Method Detail
-
getLayerPrefs
Map<String,String> getLayerPrefs()
The layer specific prefs formerly saved in the preferences, e.g. drawing options. NOT the track specific settings (e.g. color, width)- Returns:
- Modifiable map
-
setModified
void setModified(boolean value)
Sets the modified flag to the value.- Parameters:
value
- modified flag
-
-