GoLayoutGenericNetwork.Node<N,L,Y> Class Members
In This Topic
The following tables list the members exposed by GoLayoutGenericNetwork.Node<N,L,Y>.
Public Constructors
Public Properties
| Name | Description |
| Bounds |
Gets or sets the Bounds of this node.
|
| Center |
Gets or sets the Center Point of this node.
|
| DestinationLinks |
Gets an enumerator over all of the links going out of this node.
|
| DestinationLinksCount |
Gets the number of links coming out of this node.
|
| Destinations |
Gets an enumerator over all of the nodes that have links going out of this node.
|
| Focus | Gets or sets the offset of the Center from the Bounds.Position . |
| GoObject |
Gets or sets the GoObject associated with this network node.
|
| Height | Gets the Bounds.Height . |
| Links |
Gets an enumerator over all of the links going out of or coming into this node.
|
| LinksCount |
Gets the number of links connected to this node.
|
| Network |
Gets or sets the network that this node is part of.
|
| Nodes |
Gets an enumerator over all of the nodes that are connected to this node.
|
| Position |
Gets or sets the Position (top-left corner) of this node.
|
| Size | Gets the Bounds.Size . |
| SourceLinks |
Gets an enumerator over all of the links coming into this node.
|
| SourceLinksCount |
Gets the number of links going into this node.
|
| Sources |
Gets an enumerator over all of the nodes that have links coming into this node.
|
| UserFlags |
Gets or sets the node's flags
|
| UserObject |
Gets or sets an Object associated with the node
|
| Width | Gets the Bounds.Width . |
Top
Public Methods
| Name | Description |
| AddDestinationLink | Adds a GoLayoutGenericNetwork.Link<N,L,Y> to the list successors (i.e., the link will be going out from this node). |
| AddSourceLink | Adds a GoLayoutGenericNetwork.Link<N,L,Y> to the list predecessors (i.e., the link will be coming into this node). |
| CommitPosition |
Moves the corresponding GoObject to the center point of the node in the
document.
|
| DeleteDestinationLink | Deletes a GoLayoutGenericNetwork.Link<N,L,Y> from the list of successors (i.e., the link was going out from this node). |
| DeleteSourceLink | Deletes a GoLayoutGenericNetwork.Link<N,L,Y> from the list of predecessors (i.e., the link was to this node). |
Top
See Also