NevronOpenVision
Nevron.Nov.Diagram.Layout Namespace / NForceDirectedGraphLayout Class


NForceDirectedGraphLayout Class Methods

For a list of all members of this type, see NForceDirectedGraphLayout members.

Public Methods
 NameDescription
Public MethodGets the first force with the specified schema  
Public Methodstatic (Shared in Visual Basic)Sets the value of the ElectricalChargePropertyEx for the specified node.  
Public Methodstatic (Shared in Visual Basic)Sets the value of the MagnetizationTypePropertyEx for the specified node.  
Public Methodstatic (Shared in Visual Basic)Sets the value of the MassPropertyEx for the specified node.  
Public Methodstatic (Shared in Visual Basic)Sets the value of the SpringLengthPropertyEx for the specified node.  
Public Methodstatic (Shared in Visual Basic)Sets the value of the SpringStiffnessPropertyEx for the specified node.  
Public Methodstatic (Shared in Visual Basic)Sets the value of the XMoveablePropertyEx for the specified node.  
Public Methodstatic (Shared in Visual Basic)Sets the value of the YMoveablePropertyEx for the specified node.  
Public Methodstatic (Shared in Visual Basic)Gets the value of the ElectricalChargePropertyEx for the specified node.  
Public Methodstatic (Shared in Visual Basic)Gets the value of the MagnetizationTypePropertyEx for the specified node.  
Public Methodstatic (Shared in Visual Basic)Gets the value of the MassPropertyEx for the specified node.  
Public Methodstatic (Shared in Visual Basic)Gets the value of the SpringLengthPropertyEx for the specified node.  
Public Methodstatic (Shared in Visual Basic)Gets the value of the SpringStiffnessPropertyEx for the specified node.  
Public Methodstatic (Shared in Visual Basic)Gets the value of the XMoveablePropertyEx for the specified node.  
Public Methodstatic (Shared in Visual Basic)Gets the value of the YMoveablePropertyEx for the specified node.  
Top
Protected Methods
 NameDescription
Protected MethodOverridden. Overriden to perform the force directed layout on the specified graph  
Protected MethodOverridden. Called in the graph building process to create a body for each edge  
Protected MethodOverridden. Called in the graph building process to create a body for each vertex  
Protected MethodOverridden. Called after the layout of the specified graph  
Protected MethodOverridden. Called before the layout of the specified graph  
Protected MethodCalled on each layout iteration. Raises the IterationCompleted event  
Protected MethodCalled on each layout pass. Raises the PassCompleted event  
Top
See Also