Class Level

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

public class Level
extends greenfoot.World

Level Class

Author:
Joseph Lenton

Constructor Summary
Level()
          Creates and sets up the Pac-Man level.
 
Method Summary
 GhostHealer getGhostHealer()
          returns the ghostHealer, where Ghost's go to be healed.
 
Methods inherited from class greenfoot.World
addObject, getBackground, getCellSize, getColorAt, getHeight, getObjects, getObjectsAt, getWidth, isTiled, removeObject, removeObjects, repaint, setBackground, setBackground, setTiled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Level

public Level()
Creates and sets up the Pac-Man level.

Method Detail

getGhostHealer

public GhostHealer getGhostHealer()
returns the ghostHealer, where Ghost's go to be healed.