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 TextureManagerCanvas. 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 classG2DTextureManager -
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 classJoGLTextureManager -
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 TextureDefaultRulerSpriteFactory. create(double value, java.text.DecimalFormat adaptedFormat, TextureManager textureManager)TextureRulerSpriteFactory. 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.
-