Uses of Class
com.jme3.system.AppSettings

Packages that use AppSettings
com.jme3.app The com.jme3.application provides a toolset for jME3 applications to interact with various components of the engine. 
com.jme3.input.android   
com.jme3.system   
com.jme3.system.android   
com.jme3.system.awt   
com.jme3.system.lwjgl   
 

Uses of AppSettings in com.jme3.app
 

Fields in com.jme3.app declared as AppSettings
protected  AppSettings Application.settings
           
 

Methods in com.jme3.app with parameters of type AppSettings
 void Application.setSettings(AppSettings settings)
          Set the display settings to define the display created.
 

Constructors in com.jme3.app with parameters of type AppSettings
SettingsDialog(AppSettings source, java.lang.String imageFile, boolean loadSettings)
          Constructor for the PropertiesDialog.
SettingsDialog(AppSettings source, java.net.URL imageFile, boolean loadSettings)
          Constructor for the PropertiesDialog.
 

Uses of AppSettings in com.jme3.input.android
 

Methods in com.jme3.input.android with parameters of type AppSettings
 void AndroidInput.loadSettings(AppSettings settings)
           
 

Uses of AppSettings in com.jme3.system
 

Fields in com.jme3.system declared as AppSettings
protected  AppSettings NullContext.settings
           
 

Methods in com.jme3.system that return AppSettings
 AppSettings JmeContext.getSettings()
           
 AppSettings NullContext.getSettings()
           
 

Methods in com.jme3.system with parameters of type AppSettings
 void AppSettings.copyFrom(AppSettings other)
          Copies all settings from other to this AppSettings.
static void Natives.extractNativeLibs(Platform platform, AppSettings settings)
           
static void JmeSystem.initialize(AppSettings settings)
           
abstract  void JmeSystemDelegate.initialize(AppSettings settings)
           
 void JmeDesktopSystem.initialize(AppSettings settings)
           
 void AppSettings.mergeFrom(AppSettings other)
          Same as copyFrom(com.jme3.system.AppSettings), except doesn't overwrite settings that are already set.
static AudioRenderer JmeSystem.newAudioRenderer(AppSettings settings)
           
abstract  AudioRenderer JmeSystemDelegate.newAudioRenderer(AppSettings settings)
           
 AudioRenderer JmeDesktopSystem.newAudioRenderer(AppSettings settings)
           
static JmeContext JmeSystem.newContext(AppSettings settings, JmeContext.Type contextType)
           
abstract  JmeContext JmeSystemDelegate.newContext(AppSettings settings, JmeContext.Type contextType)
           
 JmeContext JmeDesktopSystem.newContext(AppSettings settings, JmeContext.Type contextType)
           
 void JmeContext.setSettings(AppSettings settings)
           
 void NullContext.setSettings(AppSettings settings)
           
static boolean JmeSystem.showSettingsDialog(AppSettings sourceSettings, boolean loadFromRegistry)
           
abstract  boolean JmeSystemDelegate.showSettingsDialog(AppSettings sourceSettings, boolean loadFromRegistry)
           
 boolean JmeDesktopSystem.showSettingsDialog(AppSettings sourceSettings, boolean loadFromRegistry)
           
 

Uses of AppSettings in com.jme3.system.android
 

Fields in com.jme3.system.android declared as AppSettings
protected  AppSettings OGLESContext.settings
           
 

Methods in com.jme3.system.android that return AppSettings
 AppSettings OGLESContext.getSettings()
           
 

Methods in com.jme3.system.android with parameters of type AppSettings
 void JmeAndroidSystem.initialize(AppSettings settings)
           
 AudioRenderer JmeAndroidSystem.newAudioRenderer(AppSettings settings)
           
 JmeContext JmeAndroidSystem.newContext(AppSettings settings, JmeContext.Type contextType)
           
 void OGLESContext.setSettings(AppSettings settings)
           
 boolean JmeAndroidSystem.showSettingsDialog(AppSettings sourceSettings, boolean loadFromRegistry)
           
 

Uses of AppSettings in com.jme3.system.awt
 

Fields in com.jme3.system.awt declared as AppSettings
protected  AppSettings AwtPanelsContext.settings
           
 

Methods in com.jme3.system.awt that return AppSettings
 AppSettings AwtPanelsContext.getSettings()
           
 

Methods in com.jme3.system.awt with parameters of type AppSettings
 void AwtPanelsContext.setSettings(AppSettings settings)
           
 

Uses of AppSettings in com.jme3.system.lwjgl
 

Fields in com.jme3.system.lwjgl declared as AppSettings
protected  AppSettings LwjglContext.settings
           
 

Methods in com.jme3.system.lwjgl that return AppSettings
 AppSettings LwjglContext.getSettings()
           
 

Methods in com.jme3.system.lwjgl with parameters of type AppSettings
protected abstract  void LwjglAbstractDisplay.createContext(AppSettings settings)
          Apply the settings, changing resolution, etc.
protected  void LwjglCanvas.createContext(AppSettings settings)
          This is called: 1) When the context thread starts 2) Any time the canvas becomes displayable again.
protected  void LwjglDisplay.createContext(AppSettings settings)
           
 void LwjglContext.setSettings(AppSettings settings)