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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    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
    showSoftKeyboard(boolean show)
     
    void
    writeImageFile(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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JmeDesktopSystem

      public JmeDesktopSystem()
  • Method Details

    • getPlatformAssetConfigURL

      public URL getPlatformAssetConfigURL()
      Specified by:
      getPlatformAssetConfigURL in class com.jme3.system.JmeSystemDelegate
    • writeImageFile

      public void writeImageFile(OutputStream outStream, String format, ByteBuffer imageData, int width, int height) throws IOException
      Specified by:
      writeImageFile in class com.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:
      newContext in class com.jme3.system.JmeSystemDelegate
    • newAudioRenderer

      public com.jme3.audio.AudioRenderer newAudioRenderer(com.jme3.system.AppSettings settings)
      Specified by:
      newAudioRenderer in class com.jme3.system.JmeSystemDelegate
    • initialize

      public void initialize(com.jme3.system.AppSettings settings)
      Specified by:
      initialize in class com.jme3.system.JmeSystemDelegate
    • showSoftKeyboard

      public void showSoftKeyboard(boolean show)
      Specified by:
      showSoftKeyboard in class com.jme3.system.JmeSystemDelegate