Package gaiasky.util

Class Settings.ScreenshotSettings

java.lang.Object
gaiasky.util.Settings.ScreenshotSettings
All Implemented Interfaces:
IObserver
Direct Known Subclasses:
Settings.FrameSettings
Enclosing class:
Settings

public static class Settings.ScreenshotSettings extends Object 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.