<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsDeviceStatus.html"title="enum in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsResource.html"title="class in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Next Class</span></a></li>
<li>java.lang.Enum<<ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsProfile.html"title="enum in Microsoft.Xna.Framework.Graphics">GraphicsProfile</a>></li>
<dd>java.io.Serializable, java.lang.Comparable<<ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsProfile.html"title="enum in Microsoft.Xna.Framework.Graphics">GraphicsProfile</a>></dd>
extends java.lang.Enum<<ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsProfile.html"title="enum in Microsoft.Xna.Framework.Graphics">GraphicsProfile</a>></pre>
<divclass="block">Identifies the set of supported devices for the game based on device capabilities.</div>
<tableclass="overviewSummary"border="0"cellpadding="3"cellspacing="0"summary="Enum Constant Summary table, listing enum constants, and an explanation">
<divclass="block">Use the largest available set of graphic features and capabilities to target devices, such as an Xbox 360 console and a Windows-based computer, that have more
<divclass="block">Use a limited set of graphic features and capabilities, allowing the game to support the widest variety of devices, including all Windows-based computers and
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsProfile.html"title="enum in Microsoft.Xna.Framework.Graphics">GraphicsProfile</a></code></td>
<divclass="block">Returns the enum constant of this type with the specified name.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>static <ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsProfile.html"title="enum in Microsoft.Xna.Framework.Graphics">GraphicsProfile</a>[]</code></td>
<pre>public static final <ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsProfile.html"title="enum in Microsoft.Xna.Framework.Graphics">GraphicsProfile</a> Reach</pre>
<divclass="block">Use a limited set of graphic features and capabilities, allowing the game to support the widest variety of devices, including all Windows-based computers and
Windows Phone.</div>
</li>
</ul>
<aname="HiDef">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>HiDef</h4>
<pre>public static final <ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsProfile.html"title="enum in Microsoft.Xna.Framework.Graphics">GraphicsProfile</a> HiDef</pre>
<divclass="block">Use the largest available set of graphic features and capabilities to target devices, such as an Xbox 360 console and a Windows-based computer, that have more
<pre>public static <ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsProfile.html"title="enum in Microsoft.Xna.Framework.Graphics">GraphicsProfile</a>[] values()</pre>
<divclass="block">Returns an array containing the constants of this enum type, in
<dl><dt><spanclass="strong">Returns:</span></dt><dd>an array containing the constants of this enum type, in
the order they are declared</dd></dl>
</li>
</ul>
<aname="valueOf(java.lang.String)">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>valueOf</h4>
<pre>public static <ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsProfile.html"title="enum in Microsoft.Xna.Framework.Graphics">GraphicsProfile</a> valueOf(java.lang.String name)</pre>
<divclass="block">Returns the enum constant of this type with the specified name.
The string must match <i>exactly</i> an identifier used to declare an
<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsDeviceStatus.html"title="enum in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/GraphicsResource.html"title="class in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Next Class</span></a></li>