Uses of Interface
org.scilab.forge.scirenderer.texture.TextureDrawer
Packages that use TextureDrawer
Package
Description
-
Uses of TextureDrawer in org.scilab.forge.scirenderer.implementation.g2d.texture
Methods in org.scilab.forge.scirenderer.implementation.g2d.texture that return TextureDrawerMethods in org.scilab.forge.scirenderer.implementation.g2d.texture with parameters of type TextureDrawerModifier and TypeMethodDescriptionvoid
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 TextureDrawerModifier and TypeMethodDescriptionvoid
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