|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IScene | |
---|---|
de.unifreiburg.twodeedoo.model | Game model (actors, activities) |
de.unifreiburg.twodeedoo.scene | Scene management (Scene, Puppets) |
de.unifreiburg.twodeedoo.scene.test | Test helpers for the scene layer. |
Uses of IScene in de.unifreiburg.twodeedoo.model |
---|
Methods in de.unifreiburg.twodeedoo.model that return IScene | |
---|---|
IScene |
SimpleActivity.getScene()
Getter for scene. |
IScene |
BaseActor.getScene()
Get the scene. |
Methods in de.unifreiburg.twodeedoo.model with parameters of type IScene | |
---|---|
void |
SimpleActivity.setScene(IScene scene)
Setter for scene. |
void |
BaseActor.setScene(IScene scene)
Set the scene |
Constructors in de.unifreiburg.twodeedoo.model with parameters of type IScene | |
---|---|
BaseActor(IScene scene)
|
|
LinearMotionActor(IScene scene,
IPuppet puppet,
int x0,
int y0,
double vx,
double vy)
Create a new actor. |
|
SimpleActivity(IScene scene,
IGameController gameController)
Create instance |
Uses of IScene in de.unifreiburg.twodeedoo.scene |
---|
Classes in de.unifreiburg.twodeedoo.scene that implement IScene | |
---|---|
class |
SimpleScene
Simple IScene as a composite of IPainter s. |
Fields in de.unifreiburg.twodeedoo.scene declared as IScene | |
---|---|
static IScene |
IScene.NULL_OBJECT
IScene which does nothing in a safe way. |
Methods in de.unifreiburg.twodeedoo.scene with parameters of type IScene | |
---|---|
void |
IPuppet.setContainingScene(IScene scene)
notify this puppet that it is now contained in a different scene. |
void |
AbstractPuppet.setContainingScene(IScene scene)
Update my containment |
Uses of IScene in de.unifreiburg.twodeedoo.scene.test |
---|
Methods in de.unifreiburg.twodeedoo.scene.test with parameters of type IScene | |
---|---|
void |
StubTextPuppet.setContainingScene(IScene scene)
Not implemented. |
void |
StubPhasedPuppet.setContainingScene(IScene scene)
Not implemented. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |