Class ViewJFrameAnimateClip.Forward

java.lang.Object
java.lang.Thread
gov.nih.mipav.view.ViewJFrameAnimateClip.Forward
All Implemented Interfaces:
Runnable
Enclosing class:
ViewJFrameAnimateClip

class ViewJFrameAnimateClip.Forward extends Thread
forward cycles a single time from first to last slice unless a pause suspends the loop in 5 millisecond sleep functions or a stop causes the loop to exit.
  • Constructor Details

    • Forward

      public Forward()
      Creates a new Forward object.
  • Method Details

    • run

      public void run()
      DOCUMENT ME!
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread