Serialized Form


Package de.unifreiburg.twodeedoo.test

Class de.unifreiburg.twodeedoo.test.UnimplementedStubCalledException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L


Package de.unifreiburg.twodeedoo.view

Class de.unifreiburg.twodeedoo.view.SceneView extends javax.swing.JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

activity

IActivity activity
The activity. Will be called to update itself for each update, and will receive key events.


scene

IPainter scene
The scene, or something which paints itself onto a Graphics.


timer

javax.swing.Timer timer
The timer to schedule the next model update.


millisLastRun

long millisLastRun
Wall-clock time of the last model update.


width

int width
Width of the display area


height

int height
Height of the display area


inputQueue

java.util.Queue<E> inputQueue

activitySwitched

boolean activitySwitched
True from when you SceneView.switchToActivity(IActivity) to when I schedule the next activity execution.


gameControlListeners

java.util.List<E> gameControlListeners
Listeners for major game-changing events