Uses of Class
com.jme.image.Texture1D

Packages that use Texture1D
com.jme.scene.state.jogl   
com.jme.scene.state.lwjgl   
 

Uses of Texture1D in com.jme.scene.state.jogl
 

Methods in com.jme.scene.state.jogl with parameters of type Texture1D
static void JOGLTextureState.applyWrap(Texture1D texture, TextureRecord texRecord, int unit, TextureStateRecord record)
          Check if the wrap mode of this particular texture has been changed and apply as needed.
 

Uses of Texture1D in com.jme.scene.state.lwjgl
 

Methods in com.jme.scene.state.lwjgl with parameters of type Texture1D
static void LWJGLTextureState.applyWrap(Texture1D texture, TextureRecord texRecord, int unit, TextureStateRecord record)
          Check if the wrap mode of this particular texture has been changed and apply as needed.