java.lang.Objectgreenfoot.World
Computer
public class Computer
Class Computer represents the world that welcomes players in the game.
| Constructor Summary | |
|---|---|
Computer()
Constructor for objects of class Computer. |
|
| Method Summary | |
|---|---|
void |
act()
Act method for Computer world. |
| Methods inherited from class greenfoot.World |
|---|
addObject, getBackground, getCellSize, getColorAt, getHeight, getObjects, getObjectsAt, getWidth, numberOfObjects, removeObject, removeObjects, repaint, setActOrder, setBackground, setBackground, setPaintOrder, showText, started, stopped |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Computer()
| Method Detail |
|---|
public void act()
act in class greenfoot.World