Interface IGpxLayerPrefs

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.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

        java.util.Map<java.lang.String,​java.lang.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