| Package | Description |
|---|---|
| sk.upjs.jpaz2.theater |
| Modifier and Type | Method and Description |
|---|---|
<T extends Scene> |
Stage.getScene(String name,
Class<T> sceneClass)
Returns scene with given name.
|
| Modifier and Type | Method and Description |
|---|---|
Scene |
Stage.getCurrentScene()
Returns the current scene.
|
Scene |
Stage.getScene(String name)
Returns scene with given name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Stage.addScene(String name,
Scene scene)
Adds scene to the stage.
|
Copyright © 2017. All rights reserved.