For a list of all members of this type, see GoLayoutTree members.
Public Methods
Protected Methods
| Name | Description |
 | AddComments | Find associated objects to be positioned along with the GoLayoutGenericNetwork.Node<N,L,Y>.GoLayoutGenericNetwork.Node<N,L,Y>.GoObject. |
 | ArrangeTrees | Position each separate tree. |
 | AssignTreeNodeValues | Assign final property values for a GoLayoutTreeNode. |
 | CreateTrees | This method is responsible for initializing all of the GoLayoutTreeNodes, setting GoLayoutTreeNode.Initialized, GoLayoutTreeNode.Level, GoLayoutTreeNode.Parent, and GoLayoutTreeNode.Children, and making sure Roots has at least one suitable Northwoods.Go.GoObject in it. |
 | Finalize | (Inherited from System.ComponentModel.Component) |
 | FindRoots | This method is responsible for finding all of the root nodes. |
 | GetService | (Inherited from System.ComponentModel.Component) |
 | InitializeTreeNodeValues | Assign initial property values for a GoLayoutTreeNode. |
 | LayoutComments | Position any GoLayoutTreeNode.Comments around the GoLayoutGenericNetwork.Node<N,L,Y>.GoObject. |
 | LayoutTree | Recursively lay out a subtree starting with the given parent node. |
 | MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) |
 | OnProgress | Invoke all Progress event handlers. (Inherited from Northwoods.Go.Layout.GoLayout) |
 | RemoveNetwork | Overridden. Set Network to null. |
 | SetPortSpots | Assign port spots for single-port nodes, if GoLayoutTreeNode.SetsPortSpot or GoLayoutTreeNode.SetsChildPortSpot is true, according to the value of PortSpot or ChildPortSpot. |
 | SortTreeNodeChildren | Sort the GoLayoutTreeNode.Children of a node. |
 | WalkTree | Traverse the Network and assign the GoLayoutTreeNode.GoLayoutTreeNode.Parent, GoLayoutTreeNode.Level, and GoLayoutTreeNode.Children properties. |
Top
See Also