Package gaiasky.util

Class Settings.ScreenshotSettings

java.lang.Object
gaiasky.util.SettingsObject
gaiasky.util.Settings.ScreenshotSettings
All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable, IObserver, Cloneable
Direct Known Subclasses:
Settings.FrameSettings
Enclosing class:
Settings

public static class Settings.ScreenshotSettings extends SettingsObject implements IObserver
  • Field Details

  • Constructor Details

    • ScreenshotSettings

      public ScreenshotSettings()
  • Method Details

    • setFormat

      public void setFormat(String formatString)
    • setMode

      public void setMode(String modeString)
    • isSimpleMode

      public boolean isSimpleMode()
    • isAdvancedMode

      public boolean isAdvancedMode()
    • notify

      public void notify(Event event, Object source, Object... data)
      Description copied from interface: IObserver
      Event notification call.
      Specified by:
      notify in interface IObserver
      Parameters:
      event - The event type.
      source - The source object, if any.
      data - The data associated with this event.
    • clone

      Overrides:
      clone in class SettingsObject
    • setParentRecursive

      protected void setParentRecursive(SettingsObject s)
      Specified by:
      setParentRecursive in class SettingsObject
    • setupListeners

      protected void setupListeners()
      Specified by:
      setupListeners in class SettingsObject
    • dispose

      public void dispose()
      Specified by:
      dispose in interface com.badlogic.gdx.utils.Disposable
    • apply

      public void apply()