<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/FillMode.html"title="enum in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html"title="class in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Next Class</span></a></li>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static java.util.List<<ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsAdapter.html"title="class in Microsoft.Xna.Framework.Graphics">GraphicsAdapter</a>></code></td>
<divclass="block">Collection of available adapters on the system.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code><ahref="../../../../Microsoft/Xna/Framework/Graphics/DisplayMode.html"title="class in Microsoft.Xna.Framework.Graphics">DisplayMode</a></code></td>
<divclass="block">Gets the current display mode.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsAdapter.html"title="class in Microsoft.Xna.Framework.Graphics">GraphicsAdapter</a></code></td>
<divclass="block">Retrieves a string that contains the device name for a Microsoft Windows Graphics Device Interface (GDI).</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code><ahref="../../../../Microsoft/Xna/Framework/Graphics/DisplayModeCollection.html"title="class in Microsoft.Xna.Framework.Graphics">DisplayModeCollection</a></code></td>
<divclass="block">Returns a collection of supported display modes for the current adapter.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>boolean</code></td>
<tdclass="colLast"><code><strong><ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsAdapter.html#IsProfileSupported(Microsoft.Xna.Framework.Graphics.GraphicsProfile)">IsProfileSupported</a></strong>(<ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsProfile.html"title="enum in Microsoft.Xna.Framework.Graphics">GraphicsProfile</a> graphicsProfile)</code>
<divclass="block">Tests to see if the adapter supports the requested profile.</div>
<pre>public static java.util.List<<ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsAdapter.html"title="class in Microsoft.Xna.Framework.Graphics">GraphicsAdapter</a>> getAdapters()</pre>
<divclass="block">Collection of available adapters on the system.</div>
</li>
</ul>
<aname="getCurrentDisplayMode()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getCurrentDisplayMode</h4>
<pre>public <ahref="../../../../Microsoft/Xna/Framework/Graphics/DisplayMode.html"title="class in Microsoft.Xna.Framework.Graphics">DisplayMode</a> getCurrentDisplayMode()</pre>
<divclass="block">Gets the current display mode.</div>
</li>
</ul>
<aname="getDefaultAdapter()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getDefaultAdapter</h4>
<pre>public static <ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsAdapter.html"title="class in Microsoft.Xna.Framework.Graphics">GraphicsAdapter</a> getDefaultAdapter()</pre>
<divclass="block">Retrieves a string that contains the device name for a Microsoft Windows Graphics Device Interface (GDI).</div>
</li>
</ul>
<aname="getSupportedDisplayModes()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getSupportedDisplayModes</h4>
<pre>public <ahref="../../../../Microsoft/Xna/Framework/Graphics/DisplayModeCollection.html"title="class in Microsoft.Xna.Framework.Graphics">DisplayModeCollection</a> getSupportedDisplayModes()</pre>
<divclass="block">Returns a collection of supported display modes for the current adapter.</div>
<pre>public boolean IsProfileSupported(<ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsProfile.html"title="enum in Microsoft.Xna.Framework.Graphics">GraphicsProfile</a> graphicsProfile)</pre>
<divclass="block">Tests to see if the adapter supports the requested profile.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>graphicsProfile</code> - The graphics profile.</dd></dl>
<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/FillMode.html"title="enum in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsDevice.html"title="class in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Next Class</span></a></li>