Uses of Class
edu.uci.ics.jung.algorithms.layout.SpringLayout
Packages that use SpringLayout
Package
Description
Algorithms for assigning 2D coordinates (typically used for graph visualizations)
to vertices.
-
Uses of SpringLayout in edu.uci.ics.jung.algorithms.layout
Subclasses of SpringLayout in edu.uci.ics.jung.algorithms.layoutModifier and TypeClassDescriptionclassDAGLayout<V,E> An implementation ofLayoutsuitable for tree-like directed acyclic graphs.classSpringLayout2<V,E> The SpringLayout package represents a visualization of a set of nodes.