org.tm4j.tmnav.env.AbstractionEnviroment .getRenderer(org.tm4j.tmnav.app.ui.RendererView rv)

Description

Returns the current renderer.

If currently no renderer exists an new one is created with the help of the current rendererDescription.
The new renderer is the attached to the given rendererView.
For every instance of the AbstractionEnviroment, a renderer is instantiated only once and cached for further use.

Parameters
org.tm4j.tmnav.app.ui.RendererView rv

Returns

the current renderer or null if currently a renderer is neither set nor one can be created.

Other Resources

Related Topics

Has Parameters