Class ViewJFrameAnimate.cbfStop

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

class ViewJFrameAnimate.cbfStop extends Thread
Continuous back and forth has been selected. If forward, continuous reverse, or 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 continuous forward mode is started.
  • Constructor Details

    • cbfStop

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

    • run

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