Class Resolution.Ratio16x9

java.lang.Object
de.gurkenlabs.litiengine.gui.screens.Resolution.Ratio
de.gurkenlabs.litiengine.gui.screens.Resolution.Ratio16x9
Enclosing class:
Resolution

public static class Resolution.Ratio16x9 extends Resolution.Ratio
Contains predefined Resolutions with an aspect ratio of 16:9.
  • Field Details

    • RES_1280x720

      public static final Resolution RES_1280x720
      16:9 resolution 1280x720 (HD).
    • RES_1360x768

      public static final Resolution RES_1360x768
      16:9 resolution 1360x768.
    • RES_1366x768

      public static final Resolution RES_1366x768
      16:9 resolution 1366x768.
    • RES_1536x864

      public static final Resolution RES_1536x864
      16:9 resolution 1536x864.
    • RES_1600x900

      public static final Resolution RES_1600x900
      16:9 resolution 1600x900.
    • RES_1920x1080

      public static final Resolution RES_1920x1080
      16:9 resolution 1920x1080 (Full HD).
    • RES_2560x1440

      public static final Resolution RES_2560x1440
      16:9 resolution 2560x1440 (QHD).
  • Method Details

    • getAll

      public static List<Resolution> getAll()
      Gets all predefined resolutions with an aspect ratio of 16:9.
      Returns:
      All predefined resolutions with an aspect ratio of 16:9.