NevronOpenVision
Nevron.Nov.Diagram.Layout Namespace / NForceEnvironment Class
Fields Properties Methods Events


In This Topic
    NForceEnvironment Class Members
    In This Topic

    The following tables list the members exposed by NForceEnvironment.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Reference to the LocalCoolingStep property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the LocalDirectionDeviation property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the LocalWarmingStep property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the MaxForce property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the MaxLocalTemperature property  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NForceEnvironment  
    Public Fieldstatic (Shared in Visual Basic)Reference to the UseGlobalTemperature property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the UseLocalTemperature property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the XMagnitudeFactor property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the YMagnitudeFactor property  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the force directed layout to which this environment belongs  
    Public PropertyGets or sets the local cooling step. It controls the amount with which the vertex local temperature is decreased if it deviates from its direction. By default set to 0.1f  
    Public PropertyGets or sets the direction deviation. It controls the allowed deviation from the previous vertex force direction, below which the vertex is considered to have the same direction. By default set to 45 degrees  
    Public PropertyGets or sets the local warming step. It controls the amount with which the vertex local temperature is increased if it follows its direction. By default set to 0.1f  
    Public PropertyGets or sets the max force. In order to ensure the layout stability, the max force is used to define the largest possible force applied at each iteration.  
    Public PropertyGets or sets the max local temperature. It controls the maximum to which a vertex can be warmed. By default set to 1.0f  
    Public PropertyGets or sets whether to use global temperature. If this setting is set to true the movement of the vertices will be gradually constrained until they are finally freezed  
    Public PropertyGets or sets whether to use local temperature. Setting this property to true, speeds up the movement of vertices traveling in the same direction and slows down the oscillating and rotating vertices  
    Public PropertyGets or sets the X magnitude factor. Controls the X force fraction to apply at each iteration. By default set to 1.0f  
    Public PropertyGets or sets the Y magnitude factor. Controls the Y force fraction to apply at each iteration. By default set to 1.0f  
    Top
    Public Methods
     NameDescription
    Public MethodCalled to apply the force, which was accumulated in the specified vertex  
    Public MethodResets the enviroment. This method is called before the first iteration of each pass  
    Public MethodUpdates the enviroment. This method is called on each layout iteration.  
    Top
    See Also