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 | 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.
|