Modifier and Type | Method | Description |
---|---|---|
Drawer |
Canvas.getMainDrawer() |
Return the canvas main drawer.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Canvas.setMainDrawer(Drawer mainDrawer) |
Set this canvas main drawer.
|
Modifier and Type | Method | Description |
---|---|---|
Drawer |
G2DCanvas.getMainDrawer() |
Modifier and Type | Method | Description |
---|---|---|
void |
G2DCanvas.setMainDrawer(Drawer mainDrawer) |
Modifier and Type | Method | Description |
---|---|---|
Drawer |
G2DRenderer.getDrawer() |
Modifier and Type | Method | Description |
---|---|---|
void |
G2DRenderer.setDrawer(Drawer drawer) |
Modifier and Type | Method | Description |
---|---|---|
Drawer |
JoGLCanvas.getMainDrawer() |
Modifier and Type | Method | Description |
---|---|---|
void |
JoGLCanvas.setMainDrawer(Drawer mainDrawer) |
Modifier and Type | Method | Description |
---|---|---|
Drawer |
JoGLRenderer.getDrawer() |
Modifier and Type | Method | Description |
---|---|---|
void |
JoGLRenderer.setDrawer(Drawer drawer) |
Modifier and Type | Method | Description |
---|---|---|
Drawer |
Renderer.getDrawer() |
Return the drawer.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Renderer.setDrawer(Drawer drawer) |
Set the drawer.
|