Package gaiasky.util

Class Settings.FrameSettings

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

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

    • active

      public boolean active
    • prefix

      public String prefix
    • time

      public boolean time
    • targetFps

      public double targetFps
  • Constructor Details

    • FrameSettings

      public FrameSettings()
  • Method Details

    • notify

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