Package com.badlogic.gdx
Class Graphics.DisplayMode
- java.lang.Object
-
- com.badlogic.gdx.Graphics.DisplayMode
-
- Enclosing interface:
- Graphics
public static class Graphics.DisplayMode extends java.lang.ObjectDescribe a fullscreen display mode
-
-
Field Summary
Fields Modifier and Type Field Description intbitsPerPixelthe number of bits per pixel, may exclude alphaintheightthe height in physical pixelsintrefreshRatethe refresh rate in Hertzintwidththe width in physical pixels
-
Constructor Summary
Constructors Modifier Constructor Description protectedDisplayMode(int width, int height, int refreshRate, int bitsPerPixel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-