<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/Texture3D.html"title="class in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/TextureCollection.html"title="class in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Next Class</span></a></li>
<li>java.lang.Enum<<ahref="../../../../Microsoft/Xna/Framework/Graphics/TextureAddressMode.html"title="enum in Microsoft.Xna.Framework.Graphics">TextureAddressMode</a>></li>
<dd>java.io.Serializable, java.lang.Comparable<<ahref="../../../../Microsoft/Xna/Framework/Graphics/TextureAddressMode.html"title="enum in Microsoft.Xna.Framework.Graphics">TextureAddressMode</a>></dd>
extends java.lang.Enum<<ahref="../../../../Microsoft/Xna/Framework/Graphics/TextureAddressMode.html"title="enum in Microsoft.Xna.Framework.Graphics">TextureAddressMode</a>></pre>
<divclass="block">Defines modes for addressing texels using texture coordinates that are outside of the typical range of 0.0 to 1.0.</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/TextureAddressMode.html"title="enum in Microsoft.Xna.Framework.Graphics">TextureAddressMode</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/TextureAddressMode.html"title="enum in Microsoft.Xna.Framework.Graphics">TextureAddressMode</a>[]</code></td>
<pre>public static final <ahref="../../../../Microsoft/Xna/Framework/Graphics/TextureAddressMode.html"title="enum in Microsoft.Xna.Framework.Graphics">TextureAddressMode</a> Wrap</pre>
<divclass="block">Tile the texture at every integer junction. For example, for u values between 0 and 3, the texture is repeated three times; no mirroring is performed.</div>
</li>
</ul>
<aname="Clamp">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>Clamp</h4>
<pre>public static final <ahref="../../../../Microsoft/Xna/Framework/Graphics/TextureAddressMode.html"title="enum in Microsoft.Xna.Framework.Graphics">TextureAddressMode</a> Clamp</pre>
<divclass="block">Texture coordinates outside the range [0.0, 1.0] are set to the texture color at 0.0 or 1.0, respectively.</div>
</li>
</ul>
<aname="Mirror">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>Mirror</h4>
<pre>public static final <ahref="../../../../Microsoft/Xna/Framework/Graphics/TextureAddressMode.html"title="enum in Microsoft.Xna.Framework.Graphics">TextureAddressMode</a> Mirror</pre>
<divclass="block">Similar to Wrap, except that the texture is flipped at every integer junction. For u values between 0 and 1, for example, the texture is addressed normally; between 1 and 2, the texture is flipped (mirrored); between 2 and 3, the texture is normal again, and so on.</div>
<pre>public static <ahref="../../../../Microsoft/Xna/Framework/Graphics/TextureAddressMode.html"title="enum in Microsoft.Xna.Framework.Graphics">TextureAddressMode</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/TextureAddressMode.html"title="enum in Microsoft.Xna.Framework.Graphics">TextureAddressMode</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/Texture3D.html"title="class in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../Microsoft/Xna/Framework/Graphics/TextureCollection.html"title="class in Microsoft.Xna.Framework.Graphics"><spanclass="strong">Next Class</span></a></li>