Class ViewJFrameAnimateClip.CForward

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

class ViewJFrameAnimateClip.CForward extends Thread
continuous forward continuously cycles 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

    • CForward

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

    • run

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