public interface Canvas
Modifier and Type | Method and Description |
---|---|
BuffersManager |
getBuffersManager()
Return the buffers manager of this canvas.
|
DepthTestManager |
getDepthTestManager()
Return the depth test manager of this canvas.
|
java.awt.Dimension |
getDimension()
Return the canvas dimension.
|
int |
getHeight()
Return the canvas height.
|
Drawer |
getMainDrawer()
Return the canvas main drawer.
|
PickingManager |
getPickingManager()
Return the picking manager.
|
RendererManager |
getRendererManager()
Return the renderer manager.
|
TextureManager |
getTextureManager()
Texture manger getter.
|
int |
getWidth()
Return the canvas width.
|
void |
redraw()
Ask the canvas to perform drawing.
|
void |
setMainDrawer(Drawer mainDrawer)
Set this canvas main drawer.
|
void setMainDrawer(Drawer mainDrawer)
mainDrawer
- the new canvas main drawer.Drawer getMainDrawer()
RendererManager getRendererManager()
BuffersManager getBuffersManager()
DepthTestManager getDepthTestManager()
PickingManager getPickingManager()
TextureManager getTextureManager()
int getWidth()
int getHeight()
java.awt.Dimension getDimension()
void redraw()