libgdx API

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 java.lang.Object

Class describing a fullscreen display mode

Author:
mzechner

Field Summary
 int bitsPerPixel
           
 int height
           
 int refreshRate
           
 int width
           
 
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
 

Field Detail

width

public final int width

height

public final int height

refreshRate

public final int refreshRate

bitsPerPixel

public final int bitsPerPixel
Constructor Detail

Graphics.DisplayMode

protected Graphics.DisplayMode(int width,
                               int height,
                               int refreshRate,
                               int bitsPerPixel)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)