| Package | Description |
|---|---|
| com.github.brunothg.game.engine.d2.frame | |
| com.github.brunothg.game.engine.d2.scene | |
| com.github.brunothg.game.engine.d2.stage |
| Modifier and Type | Method and Description |
|---|---|
Scene |
SwingGameFrame.getScene() |
Scene |
FullScreenGameFrame.getScene() |
| Modifier and Type | Method and Description |
|---|---|
void |
SwingGameFrame.setScene(Scene scene) |
void |
FullScreenGameFrame.setScene(Scene scene) |
| Modifier and Type | Class and Description |
|---|---|
class |
FPSScene
This scene is an overlay and paints the fps rate in the upper left corner.
|
class |
HighscoreScene
|
class |
LoadingScene
A simple animated loading screen.
|
class |
ScaleScene
This scene guarantees a fixed width and height.
|
| Constructor and Description |
|---|
FPSScene(Scene scene)
New Overlay fps scene.
|
| Modifier and Type | Method and Description |
|---|---|
Scene |
SwingStage.getScene() |
Scene |
Stage.getScene()
Get the actual painted scene.
|
Scene |
CanvasStage.getScene() |
| Modifier and Type | Method and Description |
|---|---|
void |
SwingStage.setScene(Scene scene) |
void |
Stage.setScene(Scene scene)
Change the painted scene.
|
void |
CanvasStage.setScene(Scene scene) |
Copyright © 2017. All rights reserved.