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

S

SceneView - Class in de.unifreiburg.twodeedoo.view
I display the contents of a scene at regular intervals.
SceneView(int, int) - Constructor for class de.unifreiburg.twodeedoo.view.SceneView
Init.
setContainer(IActivity) - Method in class de.unifreiburg.twodeedoo.model.BaseActor
Change the container
setContainer(IActivity) - Method in interface de.unifreiburg.twodeedoo.model.IActor
Set the container of this actor.
setContainingScene(IScene) - Method in class de.unifreiburg.twodeedoo.scene.AbstractPuppet
Update my containment
setContainingScene(IScene) - Method in interface de.unifreiburg.twodeedoo.scene.IPuppet
notify this puppet that it is now contained in a different scene.
setContainingScene(IScene) - Method in class de.unifreiburg.twodeedoo.scene.test.StubPhasedPuppet
Not implemented.
setContainingScene(IScene) - Method in class de.unifreiburg.twodeedoo.scene.test.StubTextPuppet
Not implemented.
setKeyHandler(IKeyHandler) - Method in interface de.unifreiburg.twodeedoo.view.IGameController
Set the handler which receives the keys.
setKeyHandler(IKeyHandler) - Method in class de.unifreiburg.twodeedoo.view.SceneView
 
setMainSchedulable(ISchedulable) - Method in interface de.unifreiburg.twodeedoo.view.IGameController
Set the main schedulable.
setMainSchedulable(ISchedulable) - Method in class de.unifreiburg.twodeedoo.view.SceneView
 
setPhase(int) - Method in interface de.unifreiburg.twodeedoo.scene.IPhasedPuppet
Which phase to draw from now on
setPhase(int) - Method in class de.unifreiburg.twodeedoo.scene.MultiImagePartPuppet
Change to a different phase.
setPhase(int) - Method in class de.unifreiburg.twodeedoo.scene.test.StubPhasedPuppet
 
setPuppet(IPuppet) - Method in class de.unifreiburg.twodeedoo.model.LinearMotionActor
Change the puppet which will be moved around.
setScene(IScene) - Method in class de.unifreiburg.twodeedoo.model.BaseActor
Set the scene
setScene(IScene) - Method in class de.unifreiburg.twodeedoo.model.SimpleActivity
Setter for scene.
setScene(IPainter) - Method in class de.unifreiburg.twodeedoo.view.SceneView
Set the scene
setText(String) - Method in interface de.unifreiburg.twodeedoo.scene.ITextPuppet
Change the text to display.
setText(String) - Method in class de.unifreiburg.twodeedoo.scene.SimpleTextPuppet
Set the text.
setText(String) - Method in class de.unifreiburg.twodeedoo.scene.test.StubTextPuppet
 
setVelocity(double, double) - Method in class de.unifreiburg.twodeedoo.model.LinearMotionActor
Set a new velocity
SimpleActivity - Class in de.unifreiburg.twodeedoo.model
Simple Composite of IActors.
SimpleActivity(IScene, IGameController) - Constructor for class de.unifreiburg.twodeedoo.model.SimpleActivity
Create instance
SimpleScene - Class in de.unifreiburg.twodeedoo.scene
Simple IScene as a composite of IPainters.
SimpleScene() - Constructor for class de.unifreiburg.twodeedoo.scene.SimpleScene
 
SimpleTextPuppet - Class in de.unifreiburg.twodeedoo.scene
IPuppet which displays a string of text in default font and color.
SimpleTextPuppet(int, int) - Constructor for class de.unifreiburg.twodeedoo.scene.SimpleTextPuppet
Init with coordinates and empty text.
stop() - Method in class de.unifreiburg.twodeedoo.view.SceneView
Stop the timer, so that we may get rid of the timer thread.
StubPhasedPuppet - Class in de.unifreiburg.twodeedoo.scene.test
IPhasedPuppet impl with simple fields behind the setters.
StubPhasedPuppet(int) - Constructor for class de.unifreiburg.twodeedoo.scene.test.StubPhasedPuppet
 
StubTextPuppet - Class in de.unifreiburg.twodeedoo.scene.test
Stub impl of ITextPuppet.
StubTextPuppet() - Constructor for class de.unifreiburg.twodeedoo.scene.test.StubTextPuppet
 
switchToActivity(IActivity) - Method in interface de.unifreiburg.twodeedoo.model.IActivity
Replace this activity with another activity.
switchToActivity(IActivity) - Method in class de.unifreiburg.twodeedoo.model.SimpleActivity
Tell the IGameController that a different IActivity should be run.
switchToActivity(IActivity) - Method in class de.unifreiburg.twodeedoo.model.test.ErrorActivity
 

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