Class GreenFinch

java.lang.Object
  extended by GreenFinch

public class GreenFinch
extends java.lang.Object

Write a description of class GreenFinch here.

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

Method Summary
static GreenFinch get()
           
 edu.cmu.ri.createlab.terk.robot.finch.Finch getFinchObject()
           
 void setLEDColour(java.awt.Color color)
           
protected  void start()
           
protected  void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static GreenFinch get()

getFinchObject

public edu.cmu.ri.createlab.terk.robot.finch.Finch getFinchObject()

setLEDColour

public void setLEDColour(java.awt.Color color)

start

protected void start()

stop

protected void stop()