Class Resolution.Ratio16x9
java.lang.Object
de.gurkenlabs.litiengine.gui.screens.Resolution.Ratio
de.gurkenlabs.litiengine.gui.screens.Resolution.Ratio16x9
- Enclosing class:
Resolution
Contains predefined
Resolutions with an aspect ratio of 16:9.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Resolution16:9 resolution 1280x720 (HD).static final Resolution16:9 resolution 1360x768.static final Resolution16:9 resolution 1366x768.static final Resolution16:9 resolution 1536x864.static final Resolution16:9 resolution 1600x900.static final Resolution16:9 resolution 1920x1080 (Full HD).static final Resolution16:9 resolution 2560x1440 (QHD). -
Method Summary
Modifier and TypeMethodDescriptionstatic List<Resolution> getAll()Gets all predefined resolutions with an aspect ratio of 16:9.
-
Field Details
-
RES_1280x720
16:9 resolution 1280x720 (HD). -
RES_1360x768
16:9 resolution 1360x768. -
RES_1366x768
16:9 resolution 1366x768. -
RES_1536x864
16:9 resolution 1536x864. -
RES_1600x900
16:9 resolution 1600x900. -
RES_1920x1080
16:9 resolution 1920x1080 (Full HD). -
RES_2560x1440
16:9 resolution 2560x1440 (QHD).
-
-
Method Details
-
getAll
Gets all predefined resolutions with an aspect ratio of 16:9.- Returns:
- All predefined resolutions with an aspect ratio of 16:9.
-