GoXam for WPF v3
LayeredDigraphEdge Class Members
Properties  Methods 


Northwoods.GoXam.Layout Namespace : LayeredDigraphEdge Class

The following tables list the members exposed by LayeredDigraphEdge.

Public Constructors
 NameDescription
Public Constructor  
Top
Public Properties
 NameDescription
Public Propertytrue if the link is part of depth first forest; used in LayeredDigraphLayout.DepthFirstSearchCycleRemoval  
Public PropertyGets or sets this edge's "from" GenericNetwork.Vertex<V,E,Y>. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Edge<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>)
Public PropertyGets or sets this edge's associated Link. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Edge<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>)
Public Property Gets or sets the network that this edge is part of. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Edge<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>)
Public Property approximate column offset of the from port of the link from the from node column used in straightening  
Public Property 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  
Public Property approximate column offset of the to port of the link from the to node column used in straightening  
Public Property 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  
Public Property true if the link was reversed during cycle removal  
Public PropertyGets 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>)
Public PropertyGets or sets this edge's "to" GenericNetwork.Vertex<V,E,Y>. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Edge<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>)
Public Propertytrue if the link is part of the proper digraph; see LayeredDigraphLayout.MakeProper for details  
Top
Public Methods
 NameDescription
Public Method Commits the position of the edge to the corresponding Link. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Edge<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>)
Public MethodFinds and returns the edge's vertex other than v. Returns null if v is neither the "from" vertex or "to" vertex. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Edge<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>)
Top
See Also

Reference

LayeredDigraphEdge Class
Northwoods.GoXam.Layout Namespace