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 TextureDrawerG2DTextureManager.G2DTexture. getDrawer()Methods in org.scilab.forge.scirenderer.implementation.g2d.texture with parameters of type TextureDrawer Modifier and Type Method Description voidG2DTextureDrawingTools. accept(TextureDrawer textureDrawer, int width, int height)Ask this image to accept a sprite drawer.voidG2DTextureManager.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 voidBufferedImageTextureDrawingTools. accept(TextureDrawer textureDrawer)Ask this image to accept a texture drawer.voidAbstractTexture. setDrawer(TextureDrawer textureDrawer)voidTexture. setDrawer(TextureDrawer textureDrawer)Set the texture data provider as a drawn texture data provider.voidDrawnTextureDataProvider. setTextureDrawingTools(TextureDrawer textureDrawer)Texture drawer setter.Constructors in org.scilab.forge.scirenderer.texture with parameters of type TextureDrawer Constructor Description DrawnTextureDataProvider(TextureDrawer textureDrawer)
-