com.badlogic.gdx
Class Graphics.DisplayMode

java.lang.Object
  extended by com.badlogic.gdx.Graphics.DisplayMode
Enclosing interface:
Graphics

public static class Graphics.DisplayMode
extends Object

Describe a fullscreen display mode

Author:
mzechner

Field Summary
 int bitsPerPixel
           
 int height
           
 int refreshRate
           
 int width
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

width

public final int width

height

public final int height

refreshRate

public final int refreshRate

bitsPerPixel

public final int bitsPerPixel
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.