Class aWorld

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

public class aWorld
extends greenfoot.World

Write a description of class aWorld here.

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

Field Summary
static int numFlowers
           
static int numSoFar
           
static Timer theTimer
           
 
Constructor Summary
aWorld()
           
 
Method Summary
 
Methods inherited from class greenfoot.World
act, addObject, getBackground, getCellSize, getColorAt, getHeight, getObjects, getObjectsAt, getWidth, isTiled, numberOfObjects, removeObject, removeObjects, repaint, setActOrder, setBackground, setBackground, setPaintOrder, setTiled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

numFlowers

public static final int numFlowers
See Also:
Constant Field Values

numSoFar

public static int numSoFar

theTimer

public static Timer theTimer
Constructor Detail

aWorld

public aWorld()