Class Resolution.Ratio5x4

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

public static class Resolution.Ratio5x4
extends Resolution.Ratio
Contains predefined Resolutions with an aspect ratio of 5:4.
  • Field Summary

    Fields 
    Modifier and TypeFieldDescription
    static ResolutionRES_1280x1024 
  • Method Summary

    Modifier and TypeMethodDescription
    static java.util.List<Resolution>getAll()
    Gets all predefined resolutions with an aspect ratio of 5:4.

    Methods inherited from class de.gurkenlabs.litiengine.gui.screens.Resolution.Ratio

    getAll, getName, getX, getY, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • Method Details

    • getAll

      public static java.util.List<Resolution> getAll()
      Gets all predefined resolutions with an aspect ratio of 5:4.
      Returns:
      All predefined resolutions with an aspect ratio of 5:4.