A B D E F G I K L M N P Q R S T U

I

IActivity - Interface in de.unifreiburg.twodeedoo.model
A company contains actors and runs them.
IActor - Interface in de.unifreiburg.twodeedoo.model
I simulate some well-defined part of the world.
IBrush - Interface in de.unifreiburg.twodeedoo.view
I can paint myself to some location of your choice on a Graphics.
IGame - Interface in de.unifreiburg.twodeedoo.view
The game as a whole, seen from the SceneView.
IGameController - Interface in de.unifreiburg.twodeedoo.view
As much of the SceneView as the model needs to know
IKeyHandler - Interface in de.unifreiburg.twodeedoo.view
Handler of keyboard events, but mostly independent from AWT.
ImagePart - Class in de.unifreiburg.twodeedoo.view
A rectangular part of a BufferedImage.
ImagePart(BufferedImage, int, int, int, int) - Constructor for class de.unifreiburg.twodeedoo.view.ImagePart
Create from image and some coordinates inside it.
ImagePart(BufferedImage) - Constructor for class de.unifreiburg.twodeedoo.view.ImagePart
Take the whole image.
initKey() - Method in class de.unifreiburg.twodeedoo.view.SceneView
Prepare for keyboard input.
initTimer() - Method in class de.unifreiburg.twodeedoo.view.SceneView
Start the timer for regular model updates.
InputEvent - Class in de.unifreiburg.twodeedoo.view
An input event which SceneView can queue.
IPainter - Interface in de.unifreiburg.twodeedoo.view
I can paint something onto a Graphics when I'm told to.
IPhasedPuppet - Interface in de.unifreiburg.twodeedoo.scene
a IPuppet which can change its appearance to one of many (1..) phases selected by index (at least 0 but less than getNumberOfPhases)
IPuppet - Interface in de.unifreiburg.twodeedoo.scene
I'm an IPainter which can be moved around.
IScene - Interface in de.unifreiburg.twodeedoo.scene
I contain a collection of puppets and manage their painting.
ISchedulable - Interface in de.unifreiburg.twodeedoo.view
I want to run from time to time.
ITextPuppet - Interface in de.unifreiburg.twodeedoo.scene
I display text on a scene.

A B D E F G I K L M N P Q R S T U