Uses of Class
com.jme.scene.TriMesh.Mode

Packages that use TriMesh.Mode
com.jme.scene   
 

Uses of TriMesh.Mode in com.jme.scene
 

Fields in com.jme.scene declared as TriMesh.Mode
protected  TriMesh.Mode TriMesh.mode
           
 

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

Methods in com.jme.scene with parameters of type TriMesh.Mode
 void TriMesh.setMode(TriMesh.Mode mode)