Uses of Package
de.unifreiburg.twodeedoo.scene

Packages that use de.unifreiburg.twodeedoo.scene
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. 
 

Classes in de.unifreiburg.twodeedoo.scene used by de.unifreiburg.twodeedoo.model
IPuppet
          I'm an IPainter which can be moved around.
IScene
          I contain a collection of puppets and manage their painting.
 

Classes in de.unifreiburg.twodeedoo.scene used by de.unifreiburg.twodeedoo.scene
AbstractPuppet
          Implementation base for IPuppets.
IPhasedPuppet
          a IPuppet which can change its appearance to one of many (1..) phases selected by index (at least 0 but less than getNumberOfPhases)
IPuppet
          I'm an IPainter which can be moved around.
IScene
          I contain a collection of puppets and manage their painting.
ITextPuppet
          I display text on a scene.
 

Classes in de.unifreiburg.twodeedoo.scene used by de.unifreiburg.twodeedoo.scene.test
IPhasedPuppet
          a IPuppet which can change its appearance to one of many (1..) phases selected by index (at least 0 but less than getNumberOfPhases)
IPuppet
          I'm an IPainter which can be moved around.
IScene
          I contain a collection of puppets and manage their painting.
ITextPuppet
          I display text on a scene.