Class VideoMode

java.lang.Object
icyllis.modernui.core.VideoMode

public final class VideoMode extends Object
A Video Mode (aka Display Mode) of a Monitor.
  • Constructor Details

    • VideoMode

      public VideoMode(@NonNull org.lwjgl.glfw.GLFWVidMode gLFWVidMode)
    • VideoMode

      public VideoMode(@NonNull org.lwjgl.glfw.GLFWVidMode.Buffer buffer)
  • Method Details

    • getWidth

      public int getWidth()
    • getHeight

      public int getHeight()
    • getRedBits

      public int getRedBits()
    • getGreenBits

      public int getGreenBits()
    • getBlueBits

      public int getBlueBits()
    • getRefreshRate

      public int getRefreshRate()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object