Class LightWorld

java.lang.Object
  |
  +--simworldobjects.BasicSimWorld
        |
        +--LightWorld
All Implemented Interfaces:
SimWorld

public class LightWorld
extends BasicSimWorld

Models a simple world with a single light source enclosed in a squre 'pen' of walls.

Author:
Graham Ritchie

Constructor Summary
LightWorld()
          Creates the LightWorld
 
Methods inherited from class simworldobjects.BasicSimWorld
addObject, colliding, getBrightness, getObjectList, getTime, hasObstacle, tick, updateObjects
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LightWorld

public LightWorld()
Creates the LightWorld