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

Packages that use TextureManager
org.scilab.forge.scirenderer   
org.scilab.forge.scirenderer.implementation.g2d.texture   
org.scilab.forge.scirenderer.implementation.jogl.texture   
org.scilab.forge.scirenderer.ruler   
 

Uses of TextureManager in org.scilab.forge.scirenderer
 

Methods in org.scilab.forge.scirenderer that return TextureManager
 TextureManager Canvas.getTextureManager()
          Texture manger getter.
 

Uses of TextureManager in org.scilab.forge.scirenderer.implementation.g2d.texture
 

Classes in org.scilab.forge.scirenderer.implementation.g2d.texture that implement TextureManager
 class G2DTextureManager
           
 

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

Classes in org.scilab.forge.scirenderer.implementation.jogl.texture that implement TextureManager
 class JoGLTextureManager
           
 

Uses of TextureManager in org.scilab.forge.scirenderer.ruler
 

Methods in org.scilab.forge.scirenderer.ruler with parameters of type TextureManager
 Texture RulerSpriteFactory.create(double value, java.text.DecimalFormat adaptedFormat, TextureManager textureManager)
          Return the texture for the given value.
 Texture DefaultRulerSpriteFactory.create(double value, java.text.DecimalFormat adaptedFormat, TextureManager textureManager)
           
 

Constructors in org.scilab.forge.scirenderer.ruler with parameters of type TextureManager
RulerDrawer(TextureManager textureManager)
          Ruler drawer constructor.