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.Object
Class describing a fullscreen display mode
- Author:
- mzechner
Constructor Summary |
protected |
Graphics.DisplayMode(int width,
int height,
int refreshRate,
int bitsPerPixel)
|
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
width
public final int width
height
public final int height
refreshRate
public final int refreshRate
bitsPerPixel
public final int bitsPerPixel
Graphics.DisplayMode
protected Graphics.DisplayMode(int width,
int height,
int refreshRate,
int bitsPerPixel)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)