Class CrabWorld

java.lang.Object
  extended by greenfoot.World
      extended by CrabWorld

public class CrabWorld
extends greenfoot.World


Constructor Summary
CrabWorld()
          Erzeugt die Krabbenwelt (den Strand).
 
Method Summary
 
Methods inherited from class greenfoot.World
act, addObject, getBackground, getCellSize, getColorAt, getHeight, getObjects, getObjectsAt, getWidth, numberOfObjects, removeObject, removeObjects, repaint, setActOrder, setBackground, setBackground, setPaintOrder, started, stopped
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrabWorld

public CrabWorld()
Erzeugt die Krabbenwelt (den Strand). Unsere Welt hat eine Größe von 560x560 Zellen, wobei jede Zelle nur ein Pixel groß ist.