Package gaiasky.util

Class Settings.GraphicsSettings

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

public static class Settings.GraphicsSettings extends Object implements IObserver
  • Field Details

    • quality

      public Settings.GraphicsQuality quality
    • resolution

      public int[] resolution
    • resizable

      public boolean resizable
    • fullScreen

    • vsync

      public boolean vsync
    • fpsLimit

      public double fpsLimit
    • backBufferScale

      public double backBufferScale
    • backBufferResolution

      public int[] backBufferResolution
    • dynamicResolution

      public boolean dynamicResolution
    • screenOutput

      public boolean screenOutput
  • Constructor Details

    • GraphicsSettings

      public GraphicsSettings()
  • Method Details

    • setQuality

      public void setQuality(String qualityString)
    • getScreenWidth

      public int getScreenWidth()
    • getScreenHeight

      public int getScreenHeight()
    • resize

      public void resize(int w, int h)
    • 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.