java.lang.Objectgreenfoot.World
Background
public class Background
Write a description of class Background here.
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 |
---|
public Background()
Method Detail |
---|
public void act()
act
in class greenfoot.World
public void initMaze()
public void initPlatform()
public void initRocks()
public void placeFood()
public void placeInternalWalls()
public void switchScene()
public int timer()