The following tables list the members exposed by LayeredDigraphEdge.
Public Constructors
Public Properties
| Name | Description |
 | Forest | true if the link is part of depth first forest; used in LayeredDigraphLayout.DepthFirstSearchCycleRemoval |
 | FromVertex | Gets or sets this edge's "from" GenericNetwork.Vertex<V,E,Y>. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Edge<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>) |
 | Link | Gets or sets this edge's associated Link. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Edge<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>) |
 | Network |
Gets or sets the network that this edge is part of.
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Edge<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>) |
 | PortFromColOffset |
approximate column offset of the from port of the link from the from node column used in straightening
|
 | PortFromPos |
location of the port at the from node of the link; allows the crossing matrix to correctly calculate the crossings for nodes with multiple ports
|
 | PortToColOffset |
approximate column offset of the to port of the link from the to node column used in straightening
|
 | PortToPos |
location of the port at the to node of the link; allows the crossing matrix to correctly calculate the crossings for nodes with multiple ports
|
 | Rev |
true if the link was reversed during cycle removal
|
 | Route | Gets the Route associated with this edge. This may be needed by the algorithm to add bends to the link. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Edge<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>) |
 | ToVertex | Gets or sets this edge's "to" GenericNetwork.Vertex<V,E,Y>. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Edge<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>) |
 | Valid | true if the link is part of the proper digraph; see LayeredDigraphLayout.MakeProper for details |
Top
Public Methods
See Also