Package | Description |
---|---|
com.b3dgs.lionengine | |
com.b3dgs.lionengine.core | |
com.b3dgs.lionengine.core.impl | |
com.b3dgs.lionengine.engine | |
demo |
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 |
---|---|
Rendering |
Config.getRendering()
Get the rendering mode used.
|
static Rendering |
Rendering.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Rendering[] |
Rendering.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Rendering |
ConfigImpl.getRendering() |
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 Rendering |
Sequence.rendering |
Modifier and Type | Method and Description |
---|---|
Rendering |
OptionsConfig.getRendering() |
Modifier and Type | Method and Description |
---|---|
void |
OptionsConfig.setRendering(Rendering rendering) |
Constructor and Description |
---|
OptionsConfig(int width,
int height,
int depth,
int desiredRate,
boolean windowed,
Rendering rendering,
Filter filter,
java.lang.String lang) |