GoJS API
/ to search
    Preparing search index...

    Enumeration LinkAdjusting

    This enumeration specifies possible values for Link.adjusting.

    since

    3.0

    Index

    Enumeration Members

    Enumeration Members

    End: 17

    The link route computation should keep the intermediate points of the previous route, just modifying the first and/or last points; if the routing is orthogonal, it will only modify the first two and/or last two points.

    None: 0

    The link route computation does not depend on any previous route points.

    Scale: 18

    The link route computation should scale and rotate the intermediate points so that the link's shape looks approximately the same; if the routing is orthogonal, this value is treated as if it were End.

    Stretch: 19

    The link route computation should linearly interpolate the intermediate points so that the link's shape looks stretched; if the routing is orthogonal, this value is treated as if it were End.