Class Animator

java.lang.Object
edu.uci.ics.jung.visualization.util.Animator
All Implemented Interfaces:
Runnable

public class Animator extends Object implements Runnable
  • Field Details

    • process

      protected IterativeContext process
    • stop

      protected boolean stop
    • thread

      protected Thread thread
    • sleepTime

      protected long sleepTime
      how long the relaxer thread pauses between iteration loops.
  • Constructor Details

  • Method Details

    • getSleepTime

      public long getSleepTime()
      Returns:
      the relaxer thread sleep time
    • setSleepTime

      public void setSleepTime(long sleepTime)
      Parameters:
      sleepTime - the relaxer thread sleep time to set
    • start

      public void start()
    • stop

      public void stop()
    • run

      public void run()
      Specified by:
      run in interface Runnable