Uses of Class
com.jme.scene.state.WireframeState.Face

Packages that use WireframeState.Face
com.jme.scene.state   
 

Uses of WireframeState.Face in com.jme.scene.state
 

Fields in com.jme.scene.state declared as WireframeState.Face
protected  WireframeState.Face WireframeState.face
          Default wireframe of front and back.
 

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

Methods in com.jme.scene.state with parameters of type WireframeState.Face
 void WireframeState.setFace(WireframeState.Face face)
          setFace sets which face will recieve the wireframe.