Uses of Interface
edu.uci.ics.jung.algorithms.layout.util.Relaxer
-
Packages that use Relaxer Package Description 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 Modifier and Type Class Description classVisRunnerImplementation 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 Modifier and Type Field Description protected RelaxerDefaultVisualizationModel. relaxermanages the thread that applies the current layout algorithmMethods in edu.uci.ics.jung.visualization that return Relaxer Modifier and Type Method Description RelaxerDefaultVisualizationModel. getRelaxer()RelaxerVisualizationModel. getRelaxer()
-