Uses of Interface
org.scilab.forge.scirenderer.texture.Texture

Packages that use Texture
org.scilab.forge.scirenderer   
org.scilab.forge.scirenderer.implementation.jogl   
org.scilab.forge.scirenderer.implementation.jogl.texture   
org.scilab.forge.scirenderer.shapes.appearance   
org.scilab.forge.scirenderer.texture   
 

Uses of Texture in org.scilab.forge.scirenderer
 

Methods in org.scilab.forge.scirenderer with parameters of type Texture
 void DrawingTools.draw(Texture texture)
          Draw the texture on XY plane in current coordinate.
 

Uses of Texture in org.scilab.forge.scirenderer.implementation.jogl
 

Methods in org.scilab.forge.scirenderer.implementation.jogl with parameters of type Texture
 void JoGLDrawingTools.bind(Texture texture)
           
 void JoGLDrawingTools.draw(Texture texture)
           
 

Uses of Texture in org.scilab.forge.scirenderer.implementation.jogl.texture
 

Methods in org.scilab.forge.scirenderer.implementation.jogl.texture that return Texture
 Texture JoGLTextureManager.createTexture()
           
 

Methods in org.scilab.forge.scirenderer.implementation.jogl.texture with parameters of type Texture
 void JoGLTextureManager.bind(JoGLDrawingTools drawingTools, Texture texture)
          Texture binder.
 void JoGLTextureManager.draw(JoGLDrawingTools drawingTools, Texture texture)
          Draw the given texture.
 

Uses of Texture in org.scilab.forge.scirenderer.shapes.appearance
 

Methods in org.scilab.forge.scirenderer.shapes.appearance that return Texture
 Texture Appearance.getTexture()
           
 

Methods in org.scilab.forge.scirenderer.shapes.appearance with parameters of type Texture
 void Appearance.setTexture(Texture texture)
           
 

Uses of Texture in org.scilab.forge.scirenderer.texture
 

Classes in org.scilab.forge.scirenderer.texture that implement Texture
 class AbstractTexture
           
 

Methods in org.scilab.forge.scirenderer.texture that return Texture
 Texture TextureManager.createTexture()
          Texture creator.