Uses of Interface
com.b3dgs.lionengine.core.Config

Packages that use Config
com.b3dgs.lionengine   
com.b3dgs.lionengine.core   
com.b3dgs.lionengine.core.impl   
com.b3dgs.lionengine.engine   
 

Uses of Config in com.b3dgs.lionengine
 

Methods in com.b3dgs.lionengine that return Config
 Config Core.createConfig(Display display, Rendering rendering, Filter filter, java.lang.String lang)
          Create a device configuration.
 

Methods in com.b3dgs.lionengine with parameters of type Config
abstract  Loader Engine.createLoader(Initializer init, Config config, AbstractLauncher launcher)
          Create a loader, from an initializer and a config.
 Screen Core.createScreen(Initializer initializer, Config config)
          Create a screen device.
 

Uses of Config in com.b3dgs.lionengine.core
 

Fields in com.b3dgs.lionengine.core declared as Config
 Config Screen.config
          Configuration reference.
 

Constructors in com.b3dgs.lionengine.core with parameters of type Config
Screen(Initializer init, Config config)
          Create a new screen.
 

Uses of Config in com.b3dgs.lionengine.core.impl
 

Methods in com.b3dgs.lionengine.core.impl that return Config
 Config CoreFactory.createConfig(Display display, Rendering rendering, Filter filter, java.lang.String lang)
           
 

Methods in com.b3dgs.lionengine.core.impl with parameters of type Config
 Screen CoreFactory.createScreen(Initializer initializer, Config config)
           
 

Uses of Config in com.b3dgs.lionengine.engine
 

Fields in com.b3dgs.lionengine.engine declared as Config
protected  Config AbstractLauncher.config
          Configuration reference.
 Config Sequence.config
          Config reference.
 

Methods in com.b3dgs.lionengine.engine with parameters of type Config
 Loader EngineFactory.createLoader(Initializer init, Config config, AbstractLauncher launcher)
           
 void AbstractLauncher.setConfiguration(Config configuration)
          Set configuration reference.
 

Constructors in com.b3dgs.lionengine.engine with parameters of type Config
AbstractOptions(AbstractLauncher launcher, Config cfg, int[][] resolutions, int[] rates, java.lang.String[] langs)
          Create a new option chooser.