Method Summary |
|
public static synchronized RenderEngine | getInstance(String name) Get an instance of a RenderEngine. |
public static synchronized RenderEngine | getInstance() Get an instance of a RenderEngine. |
public static String | getVersion() |
public static synchronized void | registerEngine(RenderEngine engine) Different RenderEngines can register themselves with the EngineManager
factory to be available with EngineManager.getInstance();
Parameters: engine - RenderEngine instance, e.g. |