Uses of Interface
org.scilab.forge.scirenderer.texture.TextureManager
-
-
Uses of TextureManager in org.scilab.forge.scirenderer
Methods in org.scilab.forge.scirenderer that return TextureManager Modifier and Type Method Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description class
JoGLTextureManager
-
Uses of TextureManager in org.scilab.forge.scirenderer.ruler
Methods in org.scilab.forge.scirenderer.ruler with parameters of type TextureManager Modifier and Type Method Description Texture
DefaultRulerSpriteFactory. create(double value, java.text.DecimalFormat adaptedFormat, TextureManager textureManager)
Texture
RulerSpriteFactory. create(double value, java.text.DecimalFormat adaptedFormat, TextureManager textureManager)
Return the texture for the given value.Constructors in org.scilab.forge.scirenderer.ruler with parameters of type TextureManager Constructor Description RulerDrawer(TextureManager textureManager)
Ruler drawer constructor.
-