public class JmeAndroidSystem extends JmeSystemDelegate
initialized, logger, lowPermissions, softTextDialogInput, storageFolders
Constructor and Description |
---|
JmeAndroidSystem() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getAudioRendererType() |
Platform |
getPlatform() |
java.net.URL |
getPlatformAssetConfigURL() |
java.io.File |
getStorageFolder(JmeSystem.StorageFolderType type) |
static android.view.View |
getView() |
void |
initialize(AppSettings settings) |
AudioRenderer |
newAudioRenderer(AppSettings settings) |
JmeContext |
newContext(AppSettings settings,
JmeContext.Type contextType) |
static void |
setView(android.view.View view) |
void |
showErrorDialog(java.lang.String message) |
boolean |
showSettingsDialog(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) |
getBuildInfo, getFullName, getResource, getResourceAsStream, getSoftTextDialogInput, isLowPermissions, newAssetManager, newAssetManager, setLowPermissions, setSoftTextDialogInput, trackDirectMemory
public java.net.URL getPlatformAssetConfigURL()
getPlatformAssetConfigURL
in class JmeSystemDelegate
public 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 JmeSystemDelegate
java.io.IOException
public void showErrorDialog(java.lang.String message)
showErrorDialog
in class JmeSystemDelegate
public boolean showSettingsDialog(AppSettings sourceSettings, boolean loadFromRegistry)
showSettingsDialog
in class JmeSystemDelegate
public JmeContext newContext(AppSettings settings, JmeContext.Type contextType)
newContext
in class JmeSystemDelegate
public AudioRenderer newAudioRenderer(AppSettings settings)
newAudioRenderer
in class JmeSystemDelegate
public void initialize(AppSettings settings)
initialize
in class JmeSystemDelegate
public Platform getPlatform()
getPlatform
in class JmeSystemDelegate
public java.io.File getStorageFolder(JmeSystem.StorageFolderType type)
getStorageFolder
in class JmeSystemDelegate
public static void setView(android.view.View view)
public static android.view.View getView()
public static java.lang.String getAudioRendererType()
public void showSoftKeyboard(boolean show)
showSoftKeyboard
in class JmeSystemDelegate