Uses of Class
com.jme.scene.state.BlendState.TestFunction

Packages that use BlendState.TestFunction
com.jme.scene.state   
 

Uses of BlendState.TestFunction in com.jme.scene.state
 

Methods in com.jme.scene.state that return BlendState.TestFunction
 BlendState.TestFunction BlendState.getTestFunction()
          getTestFunction returns the testing function used for the alpha testing.
static BlendState.TestFunction BlendState.TestFunction.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BlendState.TestFunction[] BlendState.TestFunction.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 BlendState.TestFunction
 void BlendState.setTestFunction(BlendState.TestFunction function)
          setTestFunction sets the testing function used for the alpha testing.