Uses of Class
com.jme.image.Texture2D

Packages that use Texture2D
com.jme.renderer   
com.jme.renderer.jogl   
com.jme.renderer.lwjgl   
com.jme.scene   
com.jme.scene.state.jogl   
com.jme.scene.state.lwjgl   
com.jme.util.stat.graph   
com.jmex.effects.water   
 

Uses of Texture2D in com.jme.renderer
 

Methods in com.jme.renderer with parameters of type Texture2D
 void TextureRenderer.setupTexture(Texture2D tex)
          setupTexture initializes a Texture object for use with TextureRenderer.
 

Uses of Texture2D in com.jme.renderer.jogl
 

Methods in com.jme.renderer.jogl with parameters of type Texture2D
 void JOGLTextureRenderer.setupTexture(Texture2D tex)
          setupTexture initializes a new Texture object for use with TextureRenderer.
 

Uses of Texture2D in com.jme.renderer.lwjgl
 

Methods in com.jme.renderer.lwjgl with parameters of type Texture2D
 void LWJGLPbufferTextureRenderer.setupTexture(Texture2D tex)
          setupTexture initializes a new Texture object for use with TextureRenderer.
 void LWJGLTextureRenderer.setupTexture(Texture2D tex)
          setupTexture initializes a new Texture object for use with TextureRenderer.
 void LWJGLPbufferTextureRenderer.setupTexture(Texture2D tex, int width, int height)
          setupTexture initializes a new Texture object for use with TextureRenderer.
 

Uses of Texture2D in com.jme.scene
 

Fields in com.jme.scene declared as Texture2D
protected  Texture2D ImposterNode.texture
           
 

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

Methods in com.jme.scene.state.jogl with parameters of type Texture2D
static void JOGLTextureState.applyWrap(Texture2D 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 Texture2D in com.jme.scene.state.lwjgl
 

Methods in com.jme.scene.state.lwjgl with parameters of type Texture2D
static void LWJGLTextureState.applyWrap(Texture2D 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 Texture2D in com.jme.util.stat.graph
 

Fields in com.jme.util.stat.graph declared as Texture2D
protected  Texture2D AbstractStatGrapher.tex
           
 

Methods in com.jme.util.stat.graph with parameters of type Texture2D
 void AbstractStatGrapher.setTexture(Texture2D tex)
           
 

Uses of Texture2D in com.jmex.effects.water
 

Fields in com.jmex.effects.water declared as Texture2D
protected  Texture2D WaterRenderPass.textureDepth
           
protected  Texture2D WaterRenderPass.textureReflect
           
protected  Texture2D WaterRenderPass.textureRefract