Package | Description |
---|---|
org.scilab.forge.scirenderer.examples | |
org.scilab.forge.scirenderer.implementation.g2d.texture | |
org.scilab.forge.scirenderer.texture |
Modifier and Type | Method and Description |
---|---|
TextureDrawer |
ScilabLikePlot2D.Plot2DDrawer.getSpriteDrawer()
Return a sprite drawer.
|
TextureDrawer |
RotatableSprite.RotatableSpriteDrawer.getSpriteDrawer()
Returns the anchor sprite drawer.
|
TextureDrawer |
RotatableSprite.RotatableSpriteDrawer.getTextDrawer(int textSpriteIndex)
Returns the sprite drawer associated to a particular text sprite.
|
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 |
Texture.setDrawer(TextureDrawer textureDrawer)
Set the texture data provider as a drawn texture data provider.
|
void |
AbstractTexture.setDrawer(TextureDrawer textureDrawer) |
void |
DrawnTextureDataProvider.setTextureDrawingTools(TextureDrawer textureDrawer)
Texture drawer setter.
|
Constructor and Description |
---|
DrawnTextureDataProvider(TextureDrawer textureDrawer) |