Class Background

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

public class Background
extends greenfoot.World

Write a description of class Background here.

Version:
(a version number or a date)
Author:
(your name)

Constructor Summary
Background()
           
 
Method Summary
 void act()
           
 void initMaze()
           
 void initPlatform()
           
 void initRocks()
           
 void placeFood()
           
 void placeInternalWalls()
           
 void switchScene()
           
 int timer()
           
 
Methods inherited from class greenfoot.World
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

Background

public Background()
Method Detail

act

public void act()
Overrides:
act in class greenfoot.World

initMaze

public void initMaze()

initPlatform

public void initPlatform()

initRocks

public void initRocks()

placeFood

public void placeFood()

placeInternalWalls

public void placeInternalWalls()

switchScene

public void switchScene()

timer

public int timer()