Uses of Class
com.jme.scene.shape.Sphere.TextureMode

Packages that use Sphere.TextureMode
com.jme.scene.shape Standard geometric shapes. 
 

Uses of Sphere.TextureMode in com.jme.scene.shape
 

Fields in com.jme.scene.shape declared as Sphere.TextureMode
protected  Sphere.TextureMode Sphere.textureMode
           
 

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

Methods in com.jme.scene.shape with parameters of type Sphere.TextureMode
 void Sphere.setTextureMode(Sphere.TextureMode textureMode)