Class ViewJFrameAnimate.rStop

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

class ViewJFrameAnimate.rStop extends Thread
Reverse has been selected. If continuous forward, forward, or continuous reverse are ongoing, then set stop to true and keep sleeping for 5 millisecond intervals until none of these 3 functions is going. Then, stop is set to false and the reverse mode is started.
  • Constructor Details

    • rStop

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

    • run

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