Package com.jme3.system.android
Class JmeAndroidSystem
java.lang.Object
com.jme3.system.JmeSystemDelegate
com.jme3.system.android.JmeAndroidSystem
-
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 Stringstatic android.view.ViewgetView()voidinitialize(AppSettings settings) newAudioRenderer(AppSettings settings) newContext(AppSettings settings, 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 classJmeSystemDelegate
-
writeImageFile
public void writeImageFile(OutputStream outStream, String format, ByteBuffer imageData, int width, int height) throws IOException - Specified by:
writeImageFilein classJmeSystemDelegate- Throws:
IOException
-
newContext
- Specified by:
newContextin classJmeSystemDelegate
-
newAudioRenderer
- Specified by:
newAudioRendererin classJmeSystemDelegate
-
initialize
- Specified by:
initializein classJmeSystemDelegate
-
getPlatform
- Overrides:
getPlatformin classJmeSystemDelegate
-
getStorageFolder
- Overrides:
getStorageFolderin classJmeSystemDelegate
-
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 classJmeSystemDelegate
-