Uses of Package
de.unifreiburg.twodeedoo.world

Packages that use de.unifreiburg.twodeedoo.world
de.unifreiburg.twodeedoo.world A world simulator (like DrScheme's world teachpack) for twodeedoo. 
de.unifreiburg.twodeedoo.world.demo Demo world for the twodeedoo world package. 
 

Classes in de.unifreiburg.twodeedoo.world used by de.unifreiburg.twodeedoo.world
ICanvas
          Simple drawing surface, wraps an AWT Graphics.
ISimulationController
          A IWorld's way of interacting with the simulator.
IWorld
          A world contains state which updates over time and on keypress, and it displays its state on a canvas.
 

Classes in de.unifreiburg.twodeedoo.world used by de.unifreiburg.twodeedoo.world.demo
ICanvas
          Simple drawing surface, wraps an AWT Graphics.
ISimulationController
          A IWorld's way of interacting with the simulator.
IWorld
          A world contains state which updates over time and on keypress, and it displays its state on a canvas.