Package com.nwoods.jgo.layout

Interface Summary
JGoAutoLayoutLinkData Interface for layout specific link data.
JGoAutoLayoutNodeData Interface for layout specific node data.
 

Class Summary
JGoAutoLayout JGoAutoLayout provides a common super-class for auto-layout algorithms.
JGoForceDirectedAutoLayout JGoForceDirectedAutoLayout provides an auto-layout algorithm for graphs which utilizes a force-directed method.
JGoForceDirectedAutoLayoutLinkData Holds force-directed auto-layout specific data associated with each JGoNetworkLink in the JGoNetwork.
JGoForceDirectedAutoLayoutNodeData Holds force-directed auto-layout specific data associated with each JGoNetworkNode in the JGoNetwork.
JGoLayeredDigraphAutoLayout JGoLayeredDigraphAutoLayout provides an auto-layout for layered drawings of directed graphs.
JGoLayeredDigraphAutoLayoutLinkData Holds layered-digraph auto-layout specific data associated with each JGoNetworkLink in the JGoNetwork.
JGoLayeredDigraphAutoLayoutNodeData Holds layered-digraph auto-layout specific data associated with each JGoNetworkNode in the JGoNetwork.
JGoNetwork JGoNetwork provides an abstract view of a JGoObjectSimpleCollection as a network (graph) of nodes and directed links.
JGoNetworkLink JGoNetworkLink provides an abstract view of a JGoLink as a link in a network (graph) of nodes and directed links.
JGoNetworkNode JGoNetworkNode provides an abstract view of a JGoObject as a node in a network (graph) of nodes and directed links.
JGoRandomAutoLayout JGoRandomAutoLayout provides an auto-layout algorithm which randomly positions nodes in the document.