Uses of Class
com.jme3.texture.Texture.MagFilter

Packages that use Texture.MagFilter
com.jme3.texture   
 

Uses of Texture.MagFilter in com.jme3.texture
 

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

Methods in com.jme3.texture with parameters of type Texture.MagFilter
 void Texture.setMagFilter(Texture.MagFilter magnificationFilter)