Modifier and Type | Method and Description |
---|---|
void |
Drawer.draw(DrawingTools drawingTools)
Ask this drawer to draw with the given drawing tools.
|
Modifier and Type | Method and Description |
---|---|
void |
ScilabLikePlot2D.Plot2DDrawer.draw(DrawingTools drawingTools) |
void |
SimpleRuler.MainRulerDrawer.draw(DrawingTools dt) |
void |
Sprites.SpritesDrawer.draw(DrawingTools drawingTools) |
void |
RotatableSprite.RotatableSpriteDrawer.draw(DrawingTools drawingTools) |
Modifier and Type | Class and Description |
---|---|
class |
G2DDrawingTools
JoGl implementation of the DrawingTools.
|
Modifier and Type | Method and Description |
---|---|
DrawingTools |
G2DCanvas.getDrawingTools() |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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..
|
Modifier and Type | Class and Description |
---|---|
class |
JoGLDrawingTools
JoGl implementation of the DrawingTools.
|
Modifier and Type | Method and Description |
---|---|
RulerDrawingResult |
RulerDrawer.draw(DrawingTools drawingTools,
RulerModel model)
Ruler drawing method.
|