public class JmeDesktopSystem
extends com.jme3.system.JmeSystemDelegate
| Constructor and Description |
|---|
JmeDesktopSystem() |
| Modifier and Type | Method and Description |
|---|---|
java.net.URL |
getPlatformAssetConfigURL() |
void |
initialize(com.jme3.system.AppSettings settings) |
com.jme3.audio.AudioRenderer |
newAudioRenderer(com.jme3.system.AppSettings settings) |
com.jme3.system.JmeContext |
newContext(com.jme3.system.AppSettings settings,
com.jme3.system.JmeContext.Type contextType) |
void |
showErrorDialog(java.lang.String message) |
boolean |
showSettingsDialog(com.jme3.system.AppSettings sourceSettings,
boolean loadFromRegistry) |
void |
showSoftKeyboard(boolean show) |
void |
writeImageFile(java.io.OutputStream outStream,
java.lang.String format,
java.nio.ByteBuffer imageData,
int width,
int height) |
public java.net.URL getPlatformAssetConfigURL()
getPlatformAssetConfigURL in class com.jme3.system.JmeSystemDelegatepublic void writeImageFile(java.io.OutputStream outStream,
java.lang.String format,
java.nio.ByteBuffer imageData,
int width,
int height)
throws java.io.IOException
writeImageFile in class com.jme3.system.JmeSystemDelegatejava.io.IOExceptionpublic void showErrorDialog(java.lang.String message)
showErrorDialog in class com.jme3.system.JmeSystemDelegatepublic boolean showSettingsDialog(com.jme3.system.AppSettings sourceSettings,
boolean loadFromRegistry)
showSettingsDialog in class com.jme3.system.JmeSystemDelegatepublic com.jme3.system.JmeContext newContext(com.jme3.system.AppSettings settings,
com.jme3.system.JmeContext.Type contextType)
newContext in class com.jme3.system.JmeSystemDelegatepublic com.jme3.audio.AudioRenderer newAudioRenderer(com.jme3.system.AppSettings settings)
newAudioRenderer in class com.jme3.system.JmeSystemDelegatepublic void initialize(com.jme3.system.AppSettings settings)
initialize in class com.jme3.system.JmeSystemDelegatepublic void showSoftKeyboard(boolean show)
showSoftKeyboard in class com.jme3.system.JmeSystemDelegate