Class ViewJFrameAnimate.CReverse

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

class ViewJFrameAnimate.CReverse extends Thread
continuous reverse continuously cycles from last to frist slice unless a pause suspends the loop in 5 millisecond sleep functions or a stop causes the loop to exit.
  • Constructor Details

    • CReverse

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

    • run

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