|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Canvas
| Method Summary | |
|---|---|
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. |
SpriteManager |
getSpriteManager()
Return the sprite 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. |
| Method Detail |
|---|
void setMainDrawer(Drawer mainDrawer)
mainDrawer - the new canvas main drawer.Drawer getMainDrawer()
SpriteManager getSpriteManager()
RendererManager getRendererManager()
BuffersManager getBuffersManager()
DepthTestManager getDepthTestManager()
PickingManager getPickingManager()
TextureManager getTextureManager()
int getWidth()
int getHeight()
java.awt.Dimension getDimension()
void redraw()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||