Uses of Interface
org.scilab.forge.scirenderer.texture.TextureManager
Packages that use TextureManager
Package
Description
-
Uses of TextureManager in org.scilab.forge.scirenderer
Methods in org.scilab.forge.scirenderer that return TextureManager -
Uses of TextureManager in org.scilab.forge.scirenderer.implementation.g2d.texture
Classes in org.scilab.forge.scirenderer.implementation.g2d.texture that implement TextureManager -
Uses of TextureManager in org.scilab.forge.scirenderer.implementation.jogl.texture
Classes in org.scilab.forge.scirenderer.implementation.jogl.texture that implement TextureManager -
Uses of TextureManager in org.scilab.forge.scirenderer.ruler
Methods in org.scilab.forge.scirenderer.ruler with parameters of type TextureManagerModifier and TypeMethodDescriptionDefaultRulerSpriteFactory.create
(double value, DecimalFormat adaptedFormat, TextureManager textureManager) RulerSpriteFactory.create
(double value, DecimalFormat adaptedFormat, TextureManager textureManager) Return the texture for the given value.Constructors in org.scilab.forge.scirenderer.ruler with parameters of type TextureManagerModifierConstructorDescriptionRulerDrawer
(TextureManager textureManager) Ruler drawer constructor.