Package com.jme3.system.android
Class JmeAndroidSystem
java.lang.Object
com.jme3.system.JmeSystemDelegate
com.jme3.system.android.JmeAndroidSystem
public class JmeAndroidSystem
extends com.jme3.system.JmeSystemDelegate
-
Field Summary
Fields inherited from class com.jme3.system.JmeSystemDelegate
errorMessageHandler, initialized, logger, lowPermissions, settingsHandler, softTextDialogInput, storageFolders -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringcom.jme3.system.PlatformgetStorageFolder(com.jme3.system.JmeSystem.StorageFolderType type) static android.view.ViewgetView()voidinitialize(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) static voidsetView(android.view.View view) voidshowSoftKeyboard(boolean show) voidwriteImageFile(OutputStream outStream, String format, ByteBuffer imageData, int width, int height) Methods inherited from class com.jme3.system.JmeSystemDelegate
getBuildInfo, getFullName, getResource, getResourceAsStream, getSoftTextDialogInput, handleErrorMessage, handleSettings, isLowPermissions, newAssetManager, newAssetManager, setErrorMessageHandler, setLowPermissions, setSettingsHandler, setSoftTextDialogInput, showErrorDialog, showSettingsDialog, trackDirectMemory
-
Constructor Details
-
JmeAndroidSystem
public JmeAndroidSystem()
-
-
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
-
getPlatform
public com.jme3.system.Platform getPlatform()- Overrides:
getPlatformin classcom.jme3.system.JmeSystemDelegate
-
getStorageFolder
- Overrides:
getStorageFolderin classcom.jme3.system.JmeSystemDelegate
-
setView
public static void setView(android.view.View view) -
getView
public static android.view.View getView() -
getAudioRendererType
-
showSoftKeyboard
public void showSoftKeyboard(boolean show) - Specified by:
showSoftKeyboardin classcom.jme3.system.JmeSystemDelegate
-