edu.uci.ics.jung.algorithms.layout.util
Interface Relaxer

All Known Implementing Classes:
VisRunner

public interface Relaxer

interface for operating the relax iterations on a layout

Author:
Tom Nelson - tomnelson@dev.java.net

Method Summary
 void pause()
          make the relaxer thread wait
 void prerelax()
          execute a loop of steps in the calling thread, firing no events
 void relax()
          execute a loop of steps in a new Thread firing an event after each step
 void resume()
          make the relaxer thread resume
 void setSleepTime(long i)
           
 void stop()
          set flags to stop the relaxer thread
 

Method Detail

relax

void relax()
execute a loop of steps in a new Thread firing an event after each step


prerelax

void prerelax()
execute a loop of steps in the calling thread, firing no events


pause

void pause()
make the relaxer thread wait


resume

void resume()
make the relaxer thread resume


stop

void stop()
set flags to stop the relaxer thread


setSleepTime

void setSleepTime(long i)


Copyright © 2008 null. All Rights Reserved.