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

mainSchedulable

ISchedulable mainSchedulable
The model. Will be called to update itself for each update, and will receive key events.


keyHandler

IKeyHandler keyHandler
Key handler which receives our keys.


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