Package | Description |
---|---|
org.scilab.forge.scirenderer.implementation.g2d.texture | |
org.scilab.forge.scirenderer.texture |
Modifier and Type | Method and Description |
---|---|
TextureDrawer |
G2DTextureManager.G2DTexture.getDrawer() |
Modifier and Type | Method and Description |
---|---|
void |
G2DTextureDrawingTools.accept(TextureDrawer textureDrawer,
int width,
int height)
Ask this image to accept a sprite drawer.
|
void |
G2DTextureManager.G2DTexture.setDrawer(TextureDrawer drawer) |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
DrawnTextureDataProvider(TextureDrawer textureDrawer) |