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

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

Uses of Texture.CombinerSource in com.jme.image
 

Methods in com.jme.image that return Texture.CombinerSource
 Texture.CombinerSource Texture.getCombineSrc0Alpha()
           
 Texture.CombinerSource Texture.getCombineSrc0RGB()
           
 Texture.CombinerSource Texture.getCombineSrc1Alpha()
           
 Texture.CombinerSource Texture.getCombineSrc1RGB()
           
 Texture.CombinerSource Texture.getCombineSrc2Alpha()
           
 Texture.CombinerSource Texture.getCombineSrc2RGB()
           
static Texture.CombinerSource Texture.CombinerSource.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Texture.CombinerSource[] Texture.CombinerSource.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.CombinerSource
 void Texture.setCombineSrc0Alpha(Texture.CombinerSource combineSrc0Alpha)
           
 void Texture.setCombineSrc0RGB(Texture.CombinerSource combineSrc0RGB)
           
 void Texture.setCombineSrc1Alpha(Texture.CombinerSource combineSrc1Alpha)
           
 void Texture.setCombineSrc1RGB(Texture.CombinerSource combineSrc1RGB)
           
 void Texture.setCombineSrc2Alpha(Texture.CombinerSource combineSrc2Alpha)
           
 void Texture.setCombineSrc2RGB(Texture.CombinerSource combineSrc2RGB)
           
 

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

Fields in com.jme.scene.state.jogl.records declared as Texture.CombinerSource
 Texture.CombinerSource TextureUnitRecord.combSrcAlpha0
           
 Texture.CombinerSource TextureUnitRecord.combSrcAlpha1
           
 Texture.CombinerSource TextureUnitRecord.combSrcAlpha2
           
 Texture.CombinerSource TextureUnitRecord.combSrcRGB0
           
 Texture.CombinerSource TextureUnitRecord.combSrcRGB1
           
 Texture.CombinerSource TextureUnitRecord.combSrcRGB2
           
 

Methods in com.jme.scene.state.jogl.records with parameters of type Texture.CombinerSource
static int TextureStateRecord.getGLCombineSrc(Texture.CombinerSource combineSrc)
           
 

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

Fields in com.jme.scene.state.lwjgl.records declared as Texture.CombinerSource
 Texture.CombinerSource TextureUnitRecord.combSrcAlpha0
           
 Texture.CombinerSource TextureUnitRecord.combSrcAlpha1
           
 Texture.CombinerSource TextureUnitRecord.combSrcAlpha2
           
 Texture.CombinerSource TextureUnitRecord.combSrcRGB0
           
 Texture.CombinerSource TextureUnitRecord.combSrcRGB1
           
 Texture.CombinerSource TextureUnitRecord.combSrcRGB2
           
 

Methods in com.jme.scene.state.lwjgl.records with parameters of type Texture.CombinerSource
static int TextureStateRecord.getGLCombineSrc(Texture.CombinerSource combineSrc)