Class Resolution.Ratio4x3
java.lang.Object
de.gurkenlabs.litiengine.gui.screens.Resolution.Ratio
de.gurkenlabs.litiengine.gui.screens.Resolution.Ratio4x3
- Enclosing class:
Resolution
Contains predefined
Resolutions with an aspect ratio of 4:3.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Resolution4:3 resolution 1024x768.static final Resolution4:3 resolution 1152x864.static final Resolution4:3 resolution 1280x960.static final Resolution4:3 resolution 1600x1200.static final Resolution4:3 resolution 1920x1440.static final Resolution4:3 resolution 640x480.static final Resolution4:3 resolution 720x576.static final Resolution4:3 resolution 800x600. -
Method Summary
Modifier and TypeMethodDescriptionstatic List<Resolution> getAll()Gets all predefined resolutions with an aspect ratio of 4:3.
-
Field Details
-
RES_640x480
4:3 resolution 640x480. -
RES_720x576
4:3 resolution 720x576. -
RES_800x600
4:3 resolution 800x600. -
RES_1024x768
4:3 resolution 1024x768. -
RES_1152x864
4:3 resolution 1152x864. -
RES_1280x960
4:3 resolution 1280x960. -
RES_1600x1200
4:3 resolution 1600x1200. -
RES_1920x1440
4:3 resolution 1920x1440.
-
-
Method Details
-
getAll
Gets all predefined resolutions with an aspect ratio of 4:3.- Returns:
- All predefined resolutions with an aspect ratio of 4:3.
-