Package com.jme3.system
Class JmeDesktopSystem
java.lang.Object
com.jme3.system.JmeSystemDelegate
com.jme3.system.JmeDesktopSystem
public class JmeDesktopSystem
extends com.jme3.system.JmeSystemDelegate
- Author:
- Kirill Vainer, normenhansen
-
Field Summary
Fields inherited from class com.jme3.system.JmeSystemDelegate
errorMessageHandler, initialized, logger, lowPermissions, settingsHandler, softTextDialogInput, storageFolders -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinitialize(com.jme3.system.AppSettings settings) com.jme3.audio.AudioRenderernewAudioRenderer(com.jme3.system.AppSettings settings) com.jme3.system.JmeContextnewContext(com.jme3.system.AppSettings settings, com.jme3.system.JmeContext.Type contextType) voidshowSoftKeyboard(boolean show) voidwriteImageFile(OutputStream outStream, String format, ByteBuffer imageData, int width, int height) Methods inherited from class com.jme3.system.JmeSystemDelegate
getBuildInfo, getFullName, getPlatform, getResource, getResourceAsStream, getSoftTextDialogInput, getStorageFolder, handleErrorMessage, handleSettings, isLowPermissions, newAssetManager, newAssetManager, setErrorMessageHandler, setLowPermissions, setSettingsHandler, setSoftTextDialogInput, showErrorDialog, showSettingsDialog, trackDirectMemory
-
Constructor Details
-
JmeDesktopSystem
public JmeDesktopSystem()
-
-
Method Details
-
getPlatformAssetConfigURL
- Specified by:
getPlatformAssetConfigURLin classcom.jme3.system.JmeSystemDelegate
-
writeImageFile
public void writeImageFile(OutputStream outStream, String format, ByteBuffer imageData, int width, int height) throws IOException - Specified by:
writeImageFilein classcom.jme3.system.JmeSystemDelegate- Throws:
IOException
-
newContext
public com.jme3.system.JmeContext newContext(com.jme3.system.AppSettings settings, com.jme3.system.JmeContext.Type contextType) - Specified by:
newContextin classcom.jme3.system.JmeSystemDelegate
-
newAudioRenderer
public com.jme3.audio.AudioRenderer newAudioRenderer(com.jme3.system.AppSettings settings) - Specified by:
newAudioRendererin classcom.jme3.system.JmeSystemDelegate
-
initialize
public void initialize(com.jme3.system.AppSettings settings) - Specified by:
initializein classcom.jme3.system.JmeSystemDelegate
-
showSoftKeyboard
public void showSoftKeyboard(boolean show) - Specified by:
showSoftKeyboardin classcom.jme3.system.JmeSystemDelegate
-