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


In This Topic
    NLayeredEdgeBody Class Members
    In This Topic

    The following tables list the members exposed by NLayeredEdgeBody.

    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 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 FieldReference to the real edge, in case this is a dummy edge created for a dummy vertex.  
    Public FieldPreffered routing style (Inherited from Nevron.Nov.Diagram.Layout.NGraphEdgeBodyBase)
    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 PropertyDetermines if the body represents a dummy edge (i.e. edge pointing to a Dummy Vertex).  
    Public PropertyDetermines whether the edge was reversed during the convertion of the graph to acyclic.  
    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 MethodOverridden. Retusrns a string that represents the current body  
    Public MethodTranslates the body (Inherited from Nevron.Nov.Diagram.Layout.NGraphEdgeBodyBase)
    Top
    Protected Methods
     NameDescription
    Internal MethodOverridden.   
    Internal MethodOverridden.   
    Protected MethodRotates the specified point with the specified rotation (Inherited from Nevron.Nov.Layout.NBody)
    Top
    See Also