Uses of Class
com.jme.image.Texture.CombinerOperandAlpha

Packages that use Texture.CombinerOperandAlpha
com.jme.image   
com.jme.scene.state.jogl.records   
com.jme.scene.state.lwjgl.records   
 

Uses of Texture.CombinerOperandAlpha in com.jme.image
 

Methods in com.jme.image that return Texture.CombinerOperandAlpha
 Texture.CombinerOperandAlpha Texture.getCombineOp0Alpha()
           
 Texture.CombinerOperandAlpha Texture.getCombineOp1Alpha()
           
 Texture.CombinerOperandAlpha Texture.getCombineOp2Alpha()
           
static Texture.CombinerOperandAlpha Texture.CombinerOperandAlpha.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Texture.CombinerOperandAlpha[] Texture.CombinerOperandAlpha.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.jme.image with parameters of type Texture.CombinerOperandAlpha
 void Texture.setCombineOp0Alpha(Texture.CombinerOperandAlpha combineOp0Alpha)
           
 void Texture.setCombineOp1Alpha(Texture.CombinerOperandAlpha combineOp1Alpha)
           
 void Texture.setCombineOp2Alpha(Texture.CombinerOperandAlpha combineOp2Alpha)
           
 

Uses of Texture.CombinerOperandAlpha in com.jme.scene.state.jogl.records
 

Fields in com.jme.scene.state.jogl.records declared as Texture.CombinerOperandAlpha
 Texture.CombinerOperandAlpha TextureUnitRecord.combOpAlpha0
           
 Texture.CombinerOperandAlpha TextureUnitRecord.combOpAlpha1
           
 Texture.CombinerOperandAlpha TextureUnitRecord.combOpAlpha2
           
 

Methods in com.jme.scene.state.jogl.records with parameters of type Texture.CombinerOperandAlpha
static int TextureStateRecord.getGLCombineOpAlpha(Texture.CombinerOperandAlpha operand)
           
 

Uses of Texture.CombinerOperandAlpha in com.jme.scene.state.lwjgl.records
 

Fields in com.jme.scene.state.lwjgl.records declared as Texture.CombinerOperandAlpha
 Texture.CombinerOperandAlpha TextureUnitRecord.combOpAlpha0
           
 Texture.CombinerOperandAlpha TextureUnitRecord.combOpAlpha1
           
 Texture.CombinerOperandAlpha TextureUnitRecord.combOpAlpha2
           
 

Methods in com.jme.scene.state.lwjgl.records with parameters of type Texture.CombinerOperandAlpha
static int TextureStateRecord.getGLCombineOpAlpha(Texture.CombinerOperandAlpha operand)