Uses of Class
com.jme3.material.FixedFuncBinding

Packages that use FixedFuncBinding
com.jme3.material The com.jme3.material package contains classes for manipulating jMonkeyEngine materials. 
com.jme3.renderer The com.jme3.renderer package provides classes responsible for rendering. 
com.jme3.renderer.lwjgl   
 

Uses of FixedFuncBinding in com.jme3.material
 

Fields in com.jme3.material declared as FixedFuncBinding
protected  FixedFuncBinding MatParam.ffBinding
           
 

Methods in com.jme3.material that return FixedFuncBinding
 FixedFuncBinding MatParam.getFixedFuncBinding()
          Returns the fixed function binding.
static FixedFuncBinding FixedFuncBinding.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FixedFuncBinding[] FixedFuncBinding.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.jme3.material with parameters of type FixedFuncBinding
 void MaterialDef.addMaterialParam(VarType type, java.lang.String name, java.lang.Object value, FixedFuncBinding ffBinding)
          Adds a new material parameter.
 

Constructors in com.jme3.material with parameters of type FixedFuncBinding
MatParam(VarType type, java.lang.String name, java.lang.Object value, FixedFuncBinding ffBinding)
          Create a new material parameter.
 

Uses of FixedFuncBinding in com.jme3.renderer
 

Methods in com.jme3.renderer with parameters of type FixedFuncBinding
 void GL1Renderer.setFixedFuncBinding(FixedFuncBinding ffBinding, java.lang.Object val)
          Set the fixed functionality state.
 

Uses of FixedFuncBinding in com.jme3.renderer.lwjgl
 

Methods in com.jme3.renderer.lwjgl with parameters of type FixedFuncBinding
 void LwjglGL1Renderer.setFixedFuncBinding(FixedFuncBinding ffBinding, java.lang.Object val)