Microsoft.Xna.Framework.Graphics
Class GraphicsAdapter

java.lang.Object
  extended by Microsoft.Xna.Framework.Graphics.GraphicsAdapter

public final class GraphicsAdapter
extends java.lang.Object

Author:
Halofreak1990

Constructor Summary
GraphicsAdapter()
           
 
Method Summary
static java.util.ArrayList<GraphicsAdapter> getAdapters()
           
 DisplayMode getCurrentDisplayMode()
           
static GraphicsAdapter getDefaultAdapter()
           
 java.lang.String getDeviceName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphicsAdapter

public GraphicsAdapter()
Method Detail

getCurrentDisplayMode

public DisplayMode getCurrentDisplayMode()

getDefaultAdapter

public static GraphicsAdapter getDefaultAdapter()

getAdapters

public static java.util.ArrayList<GraphicsAdapter> getAdapters()

getDeviceName

public java.lang.String getDeviceName()