Documentation
    Preparing search index...

    Class LineEdge

    SVG <line/> class. Draw simple line edge. Connection of two TextNode/RectNode elements. Behaves like a spring between two TextNode/RectNode elements.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    id: string

    SVG edge ID

    k: number

    Spring factor

    length: number

    Natural spring length

    node1: SNode

    Edge end node 1

    node2: SNode

    Edge end node 2

    Methods