com.jme3.system
Class JmeDesktopSystem
java.lang.Object
com.jme3.system.JmeSystemDelegate
com.jme3.system.JmeDesktopSystem
public class JmeDesktopSystem
- extends JmeSystemDelegate
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JmeDesktopSystem
public JmeDesktopSystem()
newAssetManager
public AssetManager newAssetManager(java.net.URL configFile)
- Specified by:
newAssetManager
in class JmeSystemDelegate
newAssetManager
public AssetManager newAssetManager()
- Specified by:
newAssetManager
in class JmeSystemDelegate
showErrorDialog
public void showErrorDialog(java.lang.String message)
- Specified by:
showErrorDialog
in class JmeSystemDelegate
showSettingsDialog
public boolean showSettingsDialog(AppSettings sourceSettings,
boolean loadFromRegistry)
- Specified by:
showSettingsDialog
in class JmeSystemDelegate
newContext
public JmeContext newContext(AppSettings settings,
JmeContext.Type contextType)
- Specified by:
newContext
in class JmeSystemDelegate
newAudioRenderer
public AudioRenderer newAudioRenderer(AppSettings settings)
- Specified by:
newAudioRenderer
in class JmeSystemDelegate
initialize
public void initialize(AppSettings settings)
- Specified by:
initialize
in class JmeSystemDelegate