<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/PresentationParameters.html"title="class in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/PrimitiveType.html"title="enum in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Next Class</span></a></li>
<li>java.lang.Enum<<ahref="../../../../Microsoft/Xna/Framework/Graphics/PresentInterval.html"title="enum in Microsoft.Xna.Framework.Graphics">PresentInterval</a>></li>
<dd>java.io.Serializable, java.lang.Comparable<<ahref="../../../../Microsoft/Xna/Framework/Graphics/PresentInterval.html"title="enum in Microsoft.Xna.Framework.Graphics">PresentInterval</a>></dd>
extends java.lang.Enum<<ahref="../../../../Microsoft/Xna/Framework/Graphics/PresentInterval.html"title="enum in Microsoft.Xna.Framework.Graphics">PresentInterval</a>></pre>
<divclass="block">Defines flags that describe the relationship between the adapter refresh rate and the rate at which Present operations are completed.</div>
<tableclass="overviewSummary"border="0"cellpadding="3"cellspacing="0"summary="Enum Constant Summary table, listing enum constants, and an explanation">
<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/PresentInterval.html"title="enum in Microsoft.Xna.Framework.Graphics">PresentInterval</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/PresentInterval.html"title="enum in Microsoft.Xna.Framework.Graphics">PresentInterval</a>[]</code></td>
<pre>public static final <ahref="../../../../Microsoft/Xna/Framework/Graphics/PresentInterval.html"title="enum in Microsoft.Xna.Framework.Graphics">PresentInterval</a> Default</pre>
<divclass="block">Equivalent to setting One.</div>
</li>
</ul>
<aname="One">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>One</h4>
<pre>public static final <ahref="../../../../Microsoft/Xna/Framework/Graphics/PresentInterval.html"title="enum in Microsoft.Xna.Framework.Graphics">PresentInterval</a> One</pre>
<divclass="block">The driver waits for the vertical retrace period (the runtime will beam trace to prevent tearing). Present operations are not affected more frequently than the screen
refresh rate; the runtime completes one Present operation per adapter refresh period, at most. This option is always available for both windowed and full-screen swap
<pre>public static final <ahref="../../../../Microsoft/Xna/Framework/Graphics/PresentInterval.html"title="enum in Microsoft.Xna.Framework.Graphics">PresentInterval</a> Two</pre>
<divclass="block">The driver waits for the vertical retrace period. Present operations are not affected more frequently than every second screen refresh.</div>
</li>
</ul>
<aname="Immediate">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>Immediate</h4>
<pre>public static final <ahref="../../../../Microsoft/Xna/Framework/Graphics/PresentInterval.html"title="enum in Microsoft.Xna.Framework.Graphics">PresentInterval</a> Immediate</pre>
<divclass="block">The runtime updates the window client area immediately, and might do so more than once during the adapter refresh period. Present operations might be affected
immediately. This option is always available for both windowed and full-screen swap chains.</div>
<pre>public static <ahref="../../../../Microsoft/Xna/Framework/Graphics/PresentInterval.html"title="enum in Microsoft.Xna.Framework.Graphics">PresentInterval</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/PresentInterval.html"title="enum in Microsoft.Xna.Framework.Graphics">PresentInterval</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/PresentationParameters.html"title="class in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/PrimitiveType.html"title="enum in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Next Class</span></a></li>