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

Packages that use Relaxer
edu.uci.ics.jung.algorithms.layout.util Utility classes for updating layout positions. 
edu.uci.ics.jung.visualization Frameworks and mechanisms for visualizing JUNG graphs using Swing/AWT. 
 

Uses of Relaxer in edu.uci.ics.jung.algorithms.layout.util
 

Classes in edu.uci.ics.jung.algorithms.layout.util that implement Relaxer
 class VisRunner
          Implementation of a relaxer thread for layouts.
 

Uses of Relaxer in edu.uci.ics.jung.visualization
 

Fields in edu.uci.ics.jung.visualization declared as Relaxer
protected  Relaxer DefaultVisualizationModel.relaxer
          manages the thread that applies the current layout algorithm
 

Methods in edu.uci.ics.jung.visualization that return Relaxer
 Relaxer VisualizationModel.getRelaxer()
           
 Relaxer DefaultVisualizationModel.getRelaxer()
           
 



Copyright © 2009. All Rights Reserved.