| Constructor and Description |
|---|
Sprites.SpritesDrawer(Canvas canvas,
MouseRotationAdapter mra)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
draw(DrawingTools drawingTools)
Ask this drawer to draw with the given drawing tools.
|
boolean |
is2DView() |
public Sprites.SpritesDrawer(Canvas canvas, MouseRotationAdapter mra)
canvas - the canvas where the sprites are drawn.mra - the mouse listener used for the interaction.public void draw(DrawingTools drawingTools)
Drawer