Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NForceEnvironment Class
Properties Methods


In This Topic
    NForceEnvironment Class Members
    In This Topic

    The following tables list the members exposed by NForceEnvironment.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets/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/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/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/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/sets the max local temperature. It controls the maximum to which a vertex can be warmed. By default set to 1.0f  
    Public PropertyGets/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/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/sets the X magnitude factor. Controls the X force fraction to apply at each iteration. By default set to 0.5f  
    Public PropertyGets/sets the Y magnitude factor. Controls the Y force fraction to apply at each iteration. By default set to 0.5f  
    Top
    Public Methods
     NameDescription
    Public MethodCalled to apply the force, which was accumulated in the specified vertex  
    Public MethodCreates an identical copy of this attribute (Inherited from Nevron.Dom.NAttribute)
    Public MethodCalled when the measurement unit of the measurements stored in the layout have changed and all measurements must be converted to the new unit  
    Public MethodOverridden.   
    Public MethodCalled to create any non serialized objects, which the holder posseses (Inherited from Nevron.Dom.NAttribute)
    Public MethodObtains the reference provider to which the object is currently attached (Inherited from Nevron.Dom.NAttribute)
    Public MethodCalled to perform a history action (Inherited from Nevron.Dom.NAttribute)
    Public MethodCalled by history when the object state has changed from history (Inherited from Nevron.Dom.NAttribute)
    Public MethodCalled by history when the object state is about to be changed from history (Inherited from Nevron.Dom.NAttribute)
    Public MethodCalled to provide a reference to the object of the specified type (Inherited from Nevron.Dom.NAttribute)
    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.  
    Public MethodOverridden.   
    Public MethodCalled to update the references stored by the object (Inherited from Nevron.Dom.NAttribute)
    Top
    Protected Methods
     NameDescription
    Protected MethodCommits the current transaction (Inherited from Nevron.Dom.NAttribute)
    Protected MethodUnlocks the history service. Pair it with the StartProperty method (Inherited from Nevron.Dom.NAttribute)
    Protected MethodCalled when this attribute has changed (Inherited from Nevron.Dom.NAttribute)
    Protected MethodGeneral property changed handler (Inherited from Nevron.Dom.NAttribute)
    Protected MethodGeneral property changing handler (Inherited from Nevron.Dom.NAttribute)
    Protected MethodSafely pauses the history service (Inherited from Nevron.Dom.NAttribute)
    Protected MethodRecords an action (Inherited from Nevron.Dom.NAttribute)
    Protected MethodSafely records a custom operation in the history service to which the attribute is connected (Inherited from Nevron.Dom.NAttribute)
    Protected MethodRecords the state of the specified property before it is changed (Inherited from Nevron.Dom.NAttribute)
    Protected MethodOverloaded. Records the entire state of the attribute (Inherited from Nevron.Dom.NAttribute)
    Protected MethodSafely resumes the history service (Inherited from Nevron.Dom.NAttribute)
    Protected MethodRolls back the current transaction (Inherited from Nevron.Dom.NAttribute)
    Protected MethodRecords the state of the specified property before it is changed and locks the history service. Pair it with the EndProperty method. (Inherited from Nevron.Dom.NAttribute)
    Protected MethodStarts a new transaction (Inherited from Nevron.Dom.NAttribute)
    Top
    See Also