Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CurvedLinkReshapingTool Extension

This is an extension and not part of the main GoJS library. Note that the API for this class may change at any time. If you intend to use an extension in production, you should copy the code to your own source directory. Extensions can be found in the GoJS kit under the extensions (for loading via script tags),extensionsTS (UMD modules), or extensionsJSM (ES6 modules) folders. See the Extensions intro page for more information.

Hierarchy

This CurvedLinkReshapingTool class allows for a Link's path to be modified by the user via the dragging of a single tool handle at the middle of the link. Dragging the handle changes the value of Link.curviness.

If you want to experiment with this extension, try the Curved Link Reshaping sample.

Index

Inherited Members

Constructors

Methods

  • doActivate(): void
  • Start reshaping, if findToolHandleAt finds a reshape handle at the mouse down point.

    If successful this sets handle to be the reshape handle that it finds and adornedLink to be the Link being routed. It also remembers the original link route (a list of Points) and curviness in case this tool is cancelled. And it starts a transaction.

    Returns void

  • doCancel(): void
  • Restore the link route to be the original points and curviness and stop this tool.

    Returns void

  • reshape(newpt: Point): void