Spirograph
Class SetVListener

java.lang.Object
  |
  +--Spirograph.SetVListener

public class SetVListener
extends java.lang.Object
implements java.awt.event.ActionListener

This class listens to the set velocity button in the AdvEnv Frame and sets the velocity of the dot with whatever text is in the TextArea.

Copyright (c) 1998 Massachusetts Institute of Technology

See Also:
Coord, Spirograph

Constructor Summary
SetVListener(java.awt.TextField xVel, java.awt.TextField yVel, Coord xCoord, Coord yCoord)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ae)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetVListener

public SetVListener(java.awt.TextField xVel,
                    java.awt.TextField yVel,
                    Coord xCoord,
                    Coord yCoord)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent ae)
Specified by:
actionPerformed in interface java.awt.event.ActionListener