etomica.graphics
Class ActionVelocityWindow
java.lang.Object
etomica.graphics.ActionVelocityWindow
- All Implemented Interfaces:
- IAction
public class ActionVelocityWindow
- extends Object
- implements IAction
Action that opens a new window and dumps the velocities into the window.
|
Method Summary |
void |
actionPerformed()
Completes the action defined by the class implementing this interface. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionVelocityWindow
public ActionVelocityWindow(IBox box)
actionPerformed
public void actionPerformed()
- Description copied from interface:
IAction
- Completes the action defined by the class implementing this interface.
- Specified by:
actionPerformed in interface IAction