Package | Description |
---|---|
com.b3dgs.lionengine |
Main engine core types and utility classes.
|
com.b3dgs.lionengine.core.drawable |
Classic drawable classes for a ready to use image manipulation.
|
com.b3dgs.lionengine.core.sequence |
Sequencing package.
|
com.b3dgs.lionengine.graphic |
Graphic basic dedicated package.
|
Modifier and Type | Method and Description |
---|---|
static Config |
Config.fullscreen(Resolution output)
Create a 32 bits color depth and fullscreen configuration using output resolution.
|
Config |
Context.getConfig()
Get the config.
|
static Config |
Config.windowed(Resolution output)
Create a 32 bits color depth and windowed configuration using output resolution.
|
Modifier and Type | Method and Description |
---|---|
static void |
Drawable.setDpi(Resolution baseline,
Config config)
Set the DPI to use.
|
Modifier and Type | Method and Description |
---|---|
Config |
Sequence.getConfig() |
Config |
Sequencable.getConfig()
Get the configuration.
|
Modifier and Type | Method and Description |
---|---|
static TaskFuture |
Loader.start(Config config,
Class<? extends Sequencable> sequenceClass,
Object... arguments)
Start the loader with an initial sequence.
|
Modifier and Type | Field and Description |
---|---|
protected Config |
ScreenBase.config
Configuration reference.
|
Modifier and Type | Method and Description |
---|---|
Config |
ScreenBase.getConfig() |
Modifier and Type | Method and Description |
---|---|
static Screen |
Graphics.createScreen(Config config)
Create a screen.
|
Screen |
FactoryGraphic.createScreen(Config config)
Create a screen.
|
Constructor and Description |
---|
ScreenBase(Config config,
long readyTimeout)
Create the screen.
|
Copyright © 2017 Byron 3D Games Studio. All rights reserved.