Modifier and Type | Method and Description |
---|---|
Drawer |
Canvas.getMainDrawer()
Return the canvas main drawer.
|
Modifier and Type | Method and Description |
---|---|
void |
Canvas.setMainDrawer(Drawer mainDrawer)
Set this canvas main drawer.
|
Modifier and Type | Class and Description |
---|---|
static class |
RotatableSprite.RotatableSpriteDrawer
A rotatable sprite drawer.
|
static class |
ScilabLikePlot2D.Plot2DDrawer
A plot2d like drawer
|
static class |
SimpleRuler.MainRulerDrawer
The ruler drawer.
|
static class |
Sprites.SpritesDrawer
Sprites drawer.
|
Modifier and Type | Method and Description |
---|---|
Drawer |
G2DCanvas.getMainDrawer() |
Modifier and Type | Method and Description |
---|---|
void |
G2DCanvas.setMainDrawer(Drawer mainDrawer) |
Modifier and Type | Method and Description |
---|---|
Drawer |
G2DRenderer.getDrawer() |
Modifier and Type | Method and Description |
---|---|
void |
G2DRenderer.setDrawer(Drawer drawer) |
Modifier and Type | Method and Description |
---|---|
Drawer |
JoGLCanvas.getMainDrawer() |
Modifier and Type | Method and Description |
---|---|
void |
JoGLCanvas.setMainDrawer(Drawer mainDrawer) |
Modifier and Type | Method and Description |
---|---|
Drawer |
JoGLRenderer.getDrawer() |
Modifier and Type | Method and Description |
---|---|
void |
JoGLRenderer.setDrawer(Drawer drawer) |
Modifier and Type | Method and Description |
---|---|
Drawer |
Renderer.getDrawer()
Return the drawer.
|
Modifier and Type | Method and Description |
---|---|
void |
Renderer.setDrawer(Drawer drawer)
Set the drawer.
|