Package gaiasky.util

Enum Class Settings.GraphicsQuality

java.lang.Object
java.lang.Enum<Settings.GraphicsQuality>
gaiasky.util.Settings.GraphicsQuality
All Implemented Interfaces:
Serializable, Comparable<Settings.GraphicsQuality>, Constable
Enclosing class:
Settings

public static enum Settings.GraphicsQuality extends Enum<Settings.GraphicsQuality>
  • Enum Constant Details

  • Field Details

    • key

      public String key
    • suffix

      public String suffix
    • texWidthTarget

      public int texWidthTarget
    • texHeightTarget

      public int texHeightTarget
  • Method Details

    • values

      public static Settings.GraphicsQuality[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Settings.GraphicsQuality valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • isAtLeast

      public boolean isAtLeast(Settings.GraphicsQuality gq)
    • isAtMost

      public boolean isAtMost(Settings.GraphicsQuality gq)
    • isLow

      public boolean isLow()
    • isNormal

      public boolean isNormal()
    • isHigh

      public boolean isHigh()
    • isUltra

      public boolean isUltra()
    • getGlowNLights

      public int getGlowNLights()