|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of DrawingTools in org.scilab.forge.scirenderer |
|---|
| Methods in org.scilab.forge.scirenderer with parameters of type DrawingTools | |
|---|---|
void |
Drawer.draw(DrawingTools drawingTools)
Ask this drawer to draw with the given drawing tools. |
| Uses of DrawingTools in org.scilab.forge.scirenderer.examples |
|---|
| Methods in org.scilab.forge.scirenderer.examples with parameters of type DrawingTools | |
|---|---|
void |
Sprites.SpritesDrawer.draw(DrawingTools drawingTools)
|
void |
SimpleRuler.MainRulerDrawer.draw(DrawingTools dt)
|
void |
RotatableSprite.RotatableSpriteDrawer.draw(DrawingTools drawingTools)
|
void |
ScilabLikePlot2D.Plot2DDrawer.draw(DrawingTools drawingTools)
|
| Uses of DrawingTools in org.scilab.forge.scirenderer.implementation.g2d |
|---|
| Classes in org.scilab.forge.scirenderer.implementation.g2d that implement DrawingTools | |
|---|---|
class |
G2DDrawingTools
JoGl implementation of the DrawingTools. |
| Methods in org.scilab.forge.scirenderer.implementation.g2d that return DrawingTools | |
|---|---|
DrawingTools |
G2DCanvas.getDrawingTools()
|
| Uses of DrawingTools in org.scilab.forge.scirenderer.implementation.g2d.motor |
|---|
| Methods in org.scilab.forge.scirenderer.implementation.g2d.motor with parameters of type DrawingTools | |
|---|---|
void |
Motor3D.draw(DrawingTools drawingTools,
Geometry geometry,
Appearance appearance)
Add the geometry to the scene |
void |
Motor3D.draw(DrawingTools drawingTools,
Texture texture,
AnchorPosition anchor,
ElementsBuffer positions,
double rotationAngle)
|
void |
Motor3D.draw(DrawingTools drawingTools,
Texture texture,
AnchorPosition anchor,
Vector3d position,
double rotationAngle)
|
void |
Motor3D.drawTexture(DrawingTools drawingTools,
java.awt.image.BufferedImage image,
Texture texture)
|
| Uses of DrawingTools in org.scilab.forge.scirenderer.implementation.g2d.renderer |
|---|
| Methods in org.scilab.forge.scirenderer.implementation.g2d.renderer with parameters of type DrawingTools | |
|---|---|
void |
G2DRenderer.draw(DrawingTools drawingTools)
Perform a draw to the given canvas. |
void |
G2DRendererManager.draw(DrawingTools drawingTools,
Renderer renderer)
Perform a draw with the given renderer to the given canvas.. |
| Uses of DrawingTools in org.scilab.forge.scirenderer.implementation.jogl |
|---|
| Classes in org.scilab.forge.scirenderer.implementation.jogl that implement DrawingTools | |
|---|---|
class |
JoGLDrawingTools
JoGl implementation of the DrawingTools. |
| Uses of DrawingTools in org.scilab.forge.scirenderer.ruler |
|---|
| Methods in org.scilab.forge.scirenderer.ruler with parameters of type DrawingTools | |
|---|---|
RulerDrawingResult |
RulerDrawer.draw(DrawingTools drawingTools,
RulerModel model)
Ruler drawing method. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||