Uses of Class
com.jme.image.Texture.WrapAxis

Packages that use Texture.WrapAxis
com.jme.image   
 

Uses of Texture.WrapAxis in com.jme.image
 

Methods in com.jme.image that return Texture.WrapAxis
static Texture.WrapAxis Texture.WrapAxis.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Texture.WrapAxis[] Texture.WrapAxis.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.jme.image with parameters of type Texture.WrapAxis
abstract  Texture.WrapMode Texture.getWrap(Texture.WrapAxis axis)
          getWrap returns the wrap mode for a given coordinate axis on this texture.
 Texture.WrapMode Texture1D.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.
abstract  void Texture.setWrap(Texture.WrapAxis axis, Texture.WrapMode mode)
          setWrap sets the wrap mode of this texture for a particular axis.
 void Texture1D.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.