Scene
Baseclass for BGW scenes.
See also
Parameters
Generic ComponentView.
Scene width in virtual coordinates.
Scene height in virtual coordinates.
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 .