Package ffx.ui

Class Trajectory

java.lang.Object
ffx.ui.Trajectory
All Implemented Interfaces:
ActionListener, EventListener

public class Trajectory extends Object implements ActionListener
The Trajectory class controls playback of a TINKER trajectory.
Author:
Michael J. Schnieders
  • Constructor Details

  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Specified by:
      actionPerformed in interface ActionListener
    • getFSystem

      public MolecularAssembly getFSystem()
      getFSystem
      Returns:
      a MolecularAssembly object.
    • getFrame

      public int getFrame()
      getFrame
      Returns:
      a int.
    • setFrame

      public void setFrame(int f)
      setFrame
      Parameters:
      f - a int.
    • getOscillate

      public boolean getOscillate()
      Getter for the field oscillate.
      Returns:
      a boolean.
    • getRate

      public int getRate()
      getRate
      Returns:
      a int.
    • setRate

      public void setRate(int s)
      setRate
      Parameters:
      s - a int.
    • start

      public void start()
      start
    • stop

      public void stop()
      stop