Class Resolution.Ratio16x10
java.lang.Object
de.gurkenlabs.litiengine.gui.screens.Resolution.Ratio
de.gurkenlabs.litiengine.gui.screens.Resolution.Ratio16x10
- Enclosing class:
Resolution
Contains predefined
Resolutions with an aspect ratio of 16:10.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Resolution16:10 resolution 1280x800.static final Resolution16:10 resolution 1440x900.static final Resolution16:10 resolution 1680x1050.static final Resolution16:10 resolution 1920x1200.static final Resolution16:10 resolution 720x480. -
Method Summary
Modifier and TypeMethodDescriptionstatic List<Resolution> getAll()Gets all predefined resolutions with an aspect ratio of 16:10.
-
Field Details
-
RES_720x480
16:10 resolution 720x480. -
RES_1280x800
16:10 resolution 1280x800. -
RES_1440x900
16:10 resolution 1440x900. -
RES_1680x1050
16:10 resolution 1680x1050. -
RES_1920x1200
16:10 resolution 1920x1200.
-
-
Method Details
-
getAll
Gets all predefined resolutions with an aspect ratio of 16:10.- Returns:
- All predefined resolutions with an aspect ratio of 16:10.
-