documentationfor yFiles for HTML 2.6

OrthogonalEdgeDragHandler

This class can be used to keep the orthogonal edges attached to an INode orthogonal while the node is moved or reshaped interactively.

Inheritance Hierarchy
OrthogonalEdgeDragHandler

Remarks

Instances of this class can be created via createOrthogonalEdgeDragHandler.

In each move/reshape step of the node this handler has been created for, handleMove has to be called. When the gesture is canceled or finished, cancelDrag or finishDrag has to be called.

Type Details

yfiles module
view-editor
yfiles-umd modules
view-editor, view-table, view
Legacy UMD name
yfiles.input.OrthogonalEdgeDragHandler

Methods