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 TypeMethodDescriptionvoidG2DTextureDrawingTools.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 TextureDrawerModifier and TypeMethodDescriptionvoidBufferedImageTextureDrawingTools.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