Name | Description | |
---|---|---|
GoLayoutGenericNetwork.Link<N,L,Y> Constructor |
The following tables list the members exposed by GoLayoutGenericNetwork.Link<N,L,Y>.
Name | Description | |
---|---|---|
GoLayoutGenericNetwork.Link<N,L,Y> Constructor |
Name | Description | |
---|---|---|
FromNode | Gets this link's From Node. | |
FromPort | Gets this link's From Node. | |
GoObject | Gets or sets this link's associated GoObject. | |
Network | Gets or sets the network that this link is part of. | |
Stroke | Gets the GoStroke associated with the Network Link. This may be needed by the algorithm to add bends to the link. | |
ToNode | Gets or sets the To Node for this link. | |
ToPort | Gets or sets the To Node for the link. | |
UserFlags | Gets or Sets an integer associated with the link | |
UserObject | Gets or Sets an Object associated with the link |
Name | Description | |
---|---|---|
CommitPosition | Commits the position of the link to the corresponding GoObject. | |
GetOtherNode | Finds and returns the link's node other than n. Returns null if n is neither the from node or to node. | |
GetOtherPort | Finds and returns the link's port other than p. Returns null if p is neither the from port or to port. | |
OnPortChanged | Don't need to do anything. | |
ReverseLink | Reverses the link; i.e., exchanges the from and to nodes. | |
Unlink | Remove this network link from the network. |