クラス
com.jme3.texture.Texture.WrapMode の使用

Texture.WrapMode を使用しているパッケージ
com.jme3.texture   
 

com.jme3.texture での Texture.WrapMode の使用
 

Texture.WrapMode を返す com.jme3.texture のメソッド
abstract  Texture.WrapMode Texture.getWrap(Texture.WrapAxis axis)
          getWrap returns the wrap mode for a given coordinate axis on this texture.
 Texture.WrapMode Texture2D.getWrap(Texture.WrapAxis axis)
          getWrap returns the wrap mode for a given coordinate axis on this texture.
 Texture.WrapMode Texture3D.getWrap(Texture.WrapAxis axis)
          getWrap returns the wrap mode for a given coordinate axis on this texture.
 Texture.WrapMode TextureCubeMap.getWrap(Texture.WrapAxis axis)
          getWrap returns the wrap mode for a given coordinate axis on this texture.
static Texture.WrapMode Texture.WrapMode.valueOf(java.lang.String name)
          指定した名前を持つこの型の列挙型定数を返します。
static Texture.WrapMode[] Texture.WrapMode.values()
          この列挙型の定数を含む配列を宣言されている順序で返します。
 

Texture.WrapMode 型のパラメータを持つ com.jme3.texture のメソッド
abstract  void Texture.setWrap(Texture.WrapAxis axis, Texture.WrapMode mode)
          setWrap sets the wrap mode of this texture for a particular axis.
 void Texture2D.setWrap(Texture.WrapAxis axis, Texture.WrapMode mode)
          setWrap sets the wrap mode of this texture for a particular axis.
 void Texture3D.setWrap(Texture.WrapAxis axis, Texture.WrapMode mode)
          setWrap sets the wrap mode of this texture for a particular axis.
 void TextureCubeMap.setWrap(Texture.WrapAxis axis, Texture.WrapMode mode)
          setWrap sets the wrap mode of this texture for a particular axis.
abstract  void Texture.setWrap(Texture.WrapMode mode)
          setWrap sets the wrap mode of this texture for all axis.
 void Texture2D.setWrap(Texture.WrapMode mode)
          setWrap sets the wrap mode of this texture for all axis.
 void Texture3D.setWrap(Texture.WrapMode mode)
          setWrap sets the wrap mode of this texture for all axis.
 void TextureCubeMap.setWrap(Texture.WrapMode mode)
          setWrap sets the wrap mode of this texture for all axis.