Package | Description |
---|---|
com.b3dgs.lionengine | |
com.b3dgs.lionengine.core | |
com.b3dgs.lionengine.core.impl | |
com.b3dgs.lionengine.engine | |
demo | |
demo.platform |
Modifier and Type | Method and Description |
---|---|
Config |
Core.createConfig(Display display,
Rendering rendering,
Filter filter,
java.lang.String lang)
Create a device configuration.
|
Modifier and Type | Method and Description |
---|---|
Loader |
Engine.createLoader(Initializer init,
Config config,
Launcher launcher)
Create a Loader, from an Initializer and a Config.
|
Screen |
Core.createScreen(Initializer initializer,
Config config)
Create a screen device.
|
Modifier and Type | Field and Description |
---|---|
Config |
Screen.config |
Constructor and Description |
---|
Screen(Initializer init,
Config config)
Create a new Screen
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigImpl |
Modifier and Type | Method and Description |
---|---|
Config |
CoreFactory.createConfig(Display display,
Rendering rendering,
Filter filter,
java.lang.String lang) |
Modifier and Type | Method and Description |
---|---|
Screen |
CoreFactory.createScreen(Initializer initializer,
Config config) |
Modifier and Type | Field and Description |
---|---|
protected Config |
Launcher.config |
protected Config |
Sequence.config |
Modifier and Type | Method and Description |
---|---|
Loader |
EngineFactory.createLoader(Initializer init,
Config config,
Launcher launcher) |
void |
Launcher.setConfiguration(Config configuration) |
Constructor and Description |
---|
Loader(Initializer init,
Config config,
Launcher launcher) |
Constructor and Description |
---|
Options(Launcher launcher,
Config cfg) |
Modifier and Type | Field and Description |
---|---|
Config |
Editor.config |
Constructor and Description |
---|
Editor(Launcher launcher,
Config config) |