Interface UserSettings

All Superinterfaces:
ColorProvider, Serializable, Settings

public interface UserSettings extends Settings
Contains all user settings for color, visibility and export.
Since:
4.1
  • Method Details

    • reset

      void reset() throws IOException
      Sets the user settings to default.
      Throws:
      IOException - if an error occurs via resetting the settings
      Since:
      4.1
    • save

      void save() throws IOException
      Stores all user settings.
      Throws:
      IOException - if an error occurs via storing the settings
      Since:
      4.1