Class | Description | |
---|---|---|
GoLayout | GoLayout provides a common super-class for auto-layout algorithms. The key aspects of an auto-layout algorithm are an input Northwoods.Go.GoDocument and a PerformLayout method. | |
GoLayoutForceDirected | GoLayoutForceDirected provides an auto-layout algorithm for graphs which utilizes a force-directed method. | |
GoLayoutForceDirectedLink | Holds auto-layout specific link data. | |
GoLayoutForceDirectedNetwork | This provides an abstract view of a Northwoods.Go.IGoCollection as a network (graph) of nodes and directed links. These nodes and links correspond to Northwoods.Go.GoObjects provided in the Northwoods.Go.IGoCollection. This class provides a framework for manipulating the state of nodes and links without modifying the structure of the original document. | |
GoLayoutForceDirectedNode | Holds auto-layout specific node data. | |
GoLayoutGenericNetwork<N,L,Y> | This provides an abstract view of a Northwoods.Go.IGoCollection as a network (graph) of nodes and directed links. These nodes and links correspond to Northwoods.Go.GoObjects provided in the Northwoods.Go.IGoCollection. This class provides a framework for manipulating the state of nodes and links without modifying the structure of the original document. | |
GoLayoutGenericNetwork.Link<N,L,Y> | Holds auto-layout specific link data. | |
GoLayoutGenericNetwork.Node<N,L,Y> | Holds auto-layout specific node data. | |
GoLayoutLayeredDigraph | GoLayoutLayeredDigraph provides an auto-layout for layered drawings of directed graphs. | |
GoLayoutLayeredDigraphLink | Holds auto-layout specific link data. | |
GoLayoutLayeredDigraphNetwork | This provides an abstract view of a Northwoods.Go.IGoCollection as a network (graph) of nodes and directed links. These nodes and links correspond to Northwoods.Go.GoObjects provided in the Northwoods.Go.IGoCollection. This class provides a framework for manipulating the state of nodes and links without modifying the structure of the original document. | |
GoLayoutLayeredDigraphNode | Holds auto-layout specific node data. | |
GoLayoutNetwork | This provides an abstract view of a Northwoods.Go.IGoCollection as a network (graph) of nodes and directed links. These nodes and links correspond to Northwoods.Go.GoObjects provided in the Northwoods.Go.IGoCollection. This class provides a framework for manipulating the state of nodes and links without modifying the structure of the original document. | |
GoLayoutNetworkLink | Holds auto-layout specific link data. | |
GoLayoutNetworkNode | Holds auto-layout specific node data. | |
GoLayoutProgressEventArgs | Holds information for the GoLayout.Progress event. | |
GoLayoutRandom | GoLayoutRandom provides an auto-layout algorithm which randomly positions nodes in the document. | |
GoLayoutTree | Position nodes in a tree-like arrangement. | |
GoLayoutTreeLink | Holds auto-layout specific link data. | |
GoLayoutTreeNetwork | This provides an abstract view of a Northwoods.Go.IGoCollection as a network (graph) of nodes and directed links. These nodes and links correspond to Northwoods.Go.GoObjects provided in the Northwoods.Go.IGoCollection. This class provides a framework for manipulating the state of nodes and links without modifying the structure of the original document. | |
GoLayoutTreeNode | Holds auto-layout specific node data. |