uk.ac.ed.inf.sdp2012.group7.vision
Class Vision

java.lang.Object
  extended by uk.ac.ed.inf.sdp2012.group7.vision.Vision

public class Vision
extends java.lang.Object

The main class used to run the vision system. Creates the control GUI, and initialises the image processing.

Author:
s0840449

Field Summary
static java.awt.image.BufferedImage backgroundImage
           
static org.apache.log4j.Logger logger
           
static int testCount
           
static boolean TESTING
           
 
Constructor Summary
Vision()
           
Vision(java.awt.event.ActionListener strategyListener)
          The main method for the class.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

public static final org.apache.log4j.Logger logger

TESTING

public static boolean TESTING

backgroundImage

public static java.awt.image.BufferedImage backgroundImage

testCount

public static int testCount
Constructor Detail

Vision

public Vision(java.awt.event.ActionListener strategyListener)
The main method for the class. Creates the control GUI, and initialises the image processing.

Parameters:
args - Program arguments. Not used.

Vision

public Vision()