ffe.lang
Class Trajectory

java.lang.Object
  extended byffe.lang.Trajectory
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

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

The Trajectory class controls playback of a TINKER trajectory.


Constructor Summary
Trajectory(FSystem mol, MainPanel f)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void back()
           
 void forward()
           
 int getFrame()
           
 FSystem getFSystem()
           
 boolean getOscillate()
           
 int getRate()
           
 int getSkip()
           
 void rewind()
           
 void setFrame(int f)
           
 void setOscillate(boolean o)
           
 void setRate(int s)
           
 void setSkip(int s)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Trajectory

public Trajectory(FSystem mol,
                  MainPanel f)
Method Detail

start

public void start()

stop

public void stop()

forward

public void forward()

back

public void back()

rewind

public void rewind()

setSkip

public void setSkip(int s)

getSkip

public int getSkip()

setOscillate

public void setOscillate(boolean o)

setFrame

public void setFrame(int f)

setRate

public void setRate(int s)

getFSystem

public FSystem getFSystem()

getFrame

public int getFrame()

getRate

public int getRate()

getOscillate

public boolean getOscillate()

actionPerformed

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