Class Computer

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

public class Computer
extends greenfoot.World

Class Computer represents the world that welcomes players in the game.

Version:
24.04.2015
Author:
Maria - Despoina Gkaintatzi

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

Computer

public Computer()
Constructor for objects of class Computer.

Method Detail

act

public void act()
Act method for Computer world.

Overrides:
act in class greenfoot.World