Method Summary |
|
public 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). |
public String | getName() Get the current name of this AsyncRenderer. |
public void | requestRender() The method called by the application when it wants to requrest a render
pass for the one or more
Renderable s handled by this
AsyncRenderer. |
public void | requestStop() The method called by dispose to halt a render pass at the current
Renderable s. |
public void | setName(String name) Set the current name of this AsyncRenderer. |
public void | setRenderManager(RenderManager renderManager) Used by the
RenderManager to provide a reference to itself for
this AsyncRenderer. |