|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Method Summary | |
void |
dispose()
Called by the RenderManager when the the application is shutting down to allow the AsyncRenderer to clean up any resources (threads, collections, etc). |
java.lang.String |
getName()
Get the current name of this AsyncRenderer. |
void |
requestRender()
The method called by the application when it wants to requrest a render pass for the one or more Renderables handled by this AsyncRenderer. |
void |
requestStop()
The method called by dispose to halt a render pass at the current Renderables. |
void |
setName(java.lang.String name)
Set the current name of this AsyncRenderer. |
void |
setRenderManager(RenderManager renderManager)
Used by the RenderManager to provide a reference to itself for
this AsyncRenderer. |
| Method Detail |
public java.lang.String getName()
RenderManager to manage the various Renderers so that they can be easily
accessed from different parts of the application.
public void setName(java.lang.String name)
RenderManager to manage the various Renderers so that they can be easily
accessed from different parts of the application.
name - The desired name of the renderer.public void setRenderManager(RenderManager renderManager)
RenderManager to provide a reference to itself for
this AsyncRenderer.
renderManager - The RenderManager to use for this AsyncRendererpublic void dispose()
public void requestRender()
Renderables handled by this AsyncRenderer.
public void requestStop()
Renderables.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||