Menu Scene
Baseclass for BGW menu scenes. Extend this class in order to create your own menu scene.
Parameters
Scene in virtual coordinates. Default: DEFAULT_SCENE_WIDTH.
Scene in virtual coordinates. Default: DEFAULT_SCENE_HEIGHT.
BoardGameSceneVisual. Default: ColorVisual.WHITE.
Constructors
Functions
Adds all given ComponentViews to the root node and rootComponents list.
Removes all ComponentViews from the root node and rootComponents list.
Plays given Animation.
Removes all given ComponentViews from the root node and rootComponents list.
Properties
Returns all root components that are currently contained in this Scene.
Currently dragged ComponentView encapsulated in a DragDataObject or null
if no DynamicComponentView is currently dragged.
Gets invoked with a KeyEvent whenever a key is pressed.
Gets invoked with a KeyEvent whenever a key is released.
Gets invoked with a KeyEvent whenever a Character is typed. Gets invoked after onKeyPressed .
The root node of this Scene.