Package | Description |
---|---|
com.b3dgs.lionengine | |
com.b3dgs.lionengine.core | |
com.b3dgs.lionengine.core.impl | |
com.b3dgs.lionengine.engine |
Modifier and Type | Method and Description |
---|---|
Display |
Core.createDisplay(int width,
int height,
int depth,
int desiredRate,
boolean windowed)
Create a display configuration.
|
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 | Field and Description |
---|---|
Display |
Screen.display |
Modifier and Type | Method and Description |
---|---|
Display |
Config.getDisplay()
Get display reference, describing screen resolution.
|
Modifier and Type | Class and Description |
---|---|
class |
DisplayImpl |
Modifier and Type | Method and Description |
---|---|
Display |
CoreFactory.createDisplay(int width,
int height,
int depth,
int desiredRate,
boolean windowed) |
Display |
ConfigImpl.getDisplay() |
Modifier and Type | Method and Description |
---|---|
Config |
CoreFactory.createConfig(Display display,
Rendering rendering,
Filter filter,
java.lang.String lang) |
Constructor and Description |
---|
ConfigImpl(Display displayConfiguration,
Rendering rendering,
Filter filter,
java.lang.String lang) |
Modifier and Type | Field and Description |
---|---|
protected Display |
Sequence.display |