GoXam for WPF v3
ForceDirectedEdge Class Members
Properties  Methods 


Northwoods.GoXam.Layout Namespace : ForceDirectedEdge Class

The following tables list the members exposed by ForceDirectedEdge.

Public Constructors
 NameDescription
Public Constructor  
Top
Public Properties
 NameDescription
Public PropertyGets or sets this edge's "from" GenericNetwork.Vertex<V,E,Y>. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Edge<ForceDirectedVertex,ForceDirectedEdge,ForceDirectedLayout>)
Public Propertylength of the link; see the ForceDirectedLayout.SpringLength method  
Public PropertyGets or sets this edge's associated GenericNetwork.Edge<V,E,Y>.Link. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Edge<ForceDirectedVertex,ForceDirectedEdge,ForceDirectedLayout>)
Public Property Gets or sets the network that this edge is part of. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Edge<ForceDirectedVertex,ForceDirectedEdge,ForceDirectedLayout>)
Public PropertyGets the GenericNetwork.Edge<V,E,Y>.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<ForceDirectedVertex,ForceDirectedEdge,ForceDirectedLayout>)
Public Propertystiffness of the link; see the ForceDirectedLayout.SpringStiffness method  
Public PropertyGets or sets this edge's "to" GenericNetwork.Vertex<V,E,Y>. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Edge<ForceDirectedVertex,ForceDirectedEdge,ForceDirectedLayout>)
Top
Public Methods
 NameDescription
Public Method Commits the position of the edge to the corresponding Link. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Edge<ForceDirectedVertex,ForceDirectedEdge,ForceDirectedLayout>)
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<ForceDirectedVertex,ForceDirectedEdge,ForceDirectedLayout>)
Top
See Also

Reference

ForceDirectedEdge Class
Northwoods.GoXam.Layout Namespace