The SpringLayout package represents a visualization of a set of nodes. The SpringLayout, which is initialized with a Graph, assigns X/Y locations to each node. When called
relax()
, the SpringLayout moves the visualization forward one step.
Modified by ShuWu to dimensionless layout
@author Danyel Fisher
@author Joshua O'Madadhain