Microsoft.Xna.Framework
Class GraphicsDeviceInformation

java.lang.Object
  extended by Microsoft.Xna.Framework.GraphicsDeviceInformation

public class GraphicsDeviceInformation
extends java.lang.Object

Holds the settings for creating a graphics device on Windows.

Author:
Halofreak1990

Field Summary
 Microsoft.Xna.Framework.Graphics.GraphicsProfile GraphicsProfile
          Gets the graphics profile, which determines the graphics feature set.
 Microsoft.Xna.Framework.Graphics.PresentationParameters PresentationParameters
          Specifies the presentation parameters to use when creating a graphics device.
 
Constructor Summary
GraphicsDeviceInformation()
          Initializes a new instance of this class.
 
Method Summary
 GraphicsDeviceInformation Clone()
          Creates a clone of this object.
 boolean Equals(java.lang.Object obj)
          Returns a value that indicates whether the current instance is equal to a specified object.
 Microsoft.Xna.Framework.Graphics.GraphicsAdapter getAdapter()
          Specifies which graphics adapter to create the device on.
 int GetHashCode()
          Gets the hash code for this object.
 void setAdapter(Microsoft.Xna.Framework.Graphics.GraphicsAdapter value)
          Specifies which graphics adapter to create the device on.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GraphicsProfile

public Microsoft.Xna.Framework.Graphics.GraphicsProfile GraphicsProfile
Gets the graphics profile, which determines the graphics feature set.


PresentationParameters

public Microsoft.Xna.Framework.Graphics.PresentationParameters PresentationParameters
Specifies the presentation parameters to use when creating a graphics device.

Constructor Detail

GraphicsDeviceInformation

public GraphicsDeviceInformation()
Initializes a new instance of this class.

Method Detail

getAdapter

public Microsoft.Xna.Framework.Graphics.GraphicsAdapter getAdapter()
Specifies which graphics adapter to create the device on.


setAdapter

public void setAdapter(Microsoft.Xna.Framework.Graphics.GraphicsAdapter value)
Specifies which graphics adapter to create the device on.


Clone

public GraphicsDeviceInformation Clone()
Creates a clone of this object.


Equals

public boolean Equals(java.lang.Object obj)
Returns a value that indicates whether the current instance is equal to a specified object.

Parameters:
obj - The object to compare with the current GraphicsDeviceInformation.

GetHashCode

public int GetHashCode()
Gets the hash code for this object.