Nevron Open Vision Documentation
Nevron.Nov.Diagram.Layout Namespace / NForceDirectedEdgeBody Class
Fields Properties Methods


In This Topic
    NForceDirectedEdgeBody Class Members
    In This Topic

    The following tables list the members exposed by NForceDirectedEdgeBody.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor  
    Top
    Public Fields
     NameDescription
    Public FieldA reference to the edge to which the body belongs (Inherited from Nevron.Nov.Diagram.Layout.NGraphEdgeBody)
    Public FieldOffset of the end plug location from anchor (Inherited from Nevron.Nov.Diagram.Layout.NGraphEdgeBodyBase)
    Public FieldPreffered From plug anchor (Inherited from Nevron.Nov.Diagram.Layout.NGraphEdgeBodyBase)
    Public FieldSpecifies the body magnetization type.  
    Public FieldOptional mid points in case routing style is set to Orthogonal or Polyline. (Inherited from Nevron.Nov.Diagram.Layout.NGraphEdgeBodyBase)
    Public FieldGets or sets the logical object represented by this body (Inherited from Nevron.Nov.Layout.NBody)
    Public FieldPreffered routing style (Inherited from Nevron.Nov.Diagram.Layout.NGraphEdgeBodyBase)
    Public FieldSpecifies the spring length.  
    Public FieldSpecifies the spring stiffness.  
    Public FieldOffset of the start plug location from the anchor (Inherited from Nevron.Nov.Diagram.Layout.NGraphEdgeBodyBase)
    Public FieldStores custom data associated with this cell body. (Inherited from Nevron.Nov.Layout.NBody)
    Public FieldPreffered To plug anchor (Inherited from Nevron.Nov.Diagram.Layout.NGraphEdgeBodyBase)
    Top
    Protected Fields
    Public Properties
     NameDescription
    Public PropertyGets the end point (position of the ToPlug) (Inherited from Nevron.Nov.Diagram.Layout.NGraphEdgeBodyBase)
    Public PropertyGets the end point anchoring point at the respective EndPlugAnchor side of the ToBody. (Inherited from Nevron.Nov.Diagram.Layout.NGraphEdgeBodyBase)
    Public PropertyGets the 2D body from which the 1D body starts (Inherited from Nevron.Nov.Diagram.Layout.NGraphEdgeBody)
    Public PropertyGets the start point (position of the FromPlug) (Inherited from Nevron.Nov.Diagram.Layout.NGraphEdgeBodyBase)
    Public PropertyGets the start point anchoring point at the respective FromPlugAnchor side of the FromBody. (Inherited from Nevron.Nov.Diagram.Layout.NGraphEdgeBodyBase)
    Public PropertyGets the end point (Inherited from Nevron.Nov.Diagram.Layout.NGraphEdgeBody)
    Top
    Public Methods
     NameDescription
    Public MethodReturns -1 if this edge must be on an upper bus than the given one or 1 if it must be on a lower bus. Value of 0 means that the edges do not intersect. (Inherited from Nevron.Nov.Diagram.Layout.NGraphEdgeBodyBase)
    Public MethodFlips the X coordinates of body (Inherited from Nevron.Nov.Diagram.Layout.NGraphEdgeBodyBase)
    Public MethodFlips the Y coordinates of body (Inherited from Nevron.Nov.Diagram.Layout.NGraphEdgeBodyBase)
    Public MethodGets the bounds of the body (Inherited from Nevron.Nov.Diagram.Layout.NGraphEdgeBodyBase)
    Public MethodReturns the line segments building the current 1D body. (Inherited from Nevron.Nov.Diagram.Layout.NGraphEdgeBodyBase)
    Public MethodRotates the body (Inherited from Nevron.Nov.Diagram.Layout.NGraphEdgeBodyBase)
    Public MethodRetusrns a string that represents the current body (Inherited from Nevron.Nov.Diagram.Layout.NGraphEdgeBodyBase)
    Public MethodTranslates the body (Inherited from Nevron.Nov.Diagram.Layout.NGraphEdgeBodyBase)
    Top
    Protected Methods
     NameDescription
    Internal Method (Inherited from Nevron.Nov.Diagram.Layout.NGraphEdgeBodyBase)
    Internal Method (Inherited from Nevron.Nov.Diagram.Layout.NGraphEdgeBodyBase)
    Protected MethodRotates the specified point with the specified rotation (Inherited from Nevron.Nov.Layout.NBody)
    Top
    See Also