Uses of Interface
org.scilab.forge.scirenderer.texture.TextureDrawer
-
Packages that use TextureDrawer Package Description org.scilab.forge.scirenderer.implementation.g2d.texture org.scilab.forge.scirenderer.texture -
-
Uses of TextureDrawer in org.scilab.forge.scirenderer.implementation.g2d.texture
Methods in org.scilab.forge.scirenderer.implementation.g2d.texture that return TextureDrawer Modifier and Type Method Description TextureDrawer
G2DTextureManager.G2DTexture. getDrawer()
Methods in org.scilab.forge.scirenderer.implementation.g2d.texture with parameters of type TextureDrawer Modifier and Type Method Description void
G2DTextureDrawingTools. accept(TextureDrawer textureDrawer, int width, int height)
Ask this image to accept a sprite drawer.void
G2DTextureManager.G2DTexture. setDrawer(TextureDrawer drawer)
-
Uses of TextureDrawer in org.scilab.forge.scirenderer.texture
Methods in org.scilab.forge.scirenderer.texture with parameters of type TextureDrawer Modifier and Type Method Description void
BufferedImageTextureDrawingTools. accept(TextureDrawer textureDrawer)
Ask this image to accept a texture drawer.void
AbstractTexture. setDrawer(TextureDrawer textureDrawer)
void
Texture. setDrawer(TextureDrawer textureDrawer)
Set the texture data provider as a drawn texture data provider.void
DrawnTextureDataProvider. setTextureDrawingTools(TextureDrawer textureDrawer)
Texture drawer setter.Constructors in org.scilab.forge.scirenderer.texture with parameters of type TextureDrawer Constructor Description DrawnTextureDataProvider(TextureDrawer textureDrawer)
-