Name | Description | |
---|---|---|
Derived classes must implement this method by adding their graphics primitives to the canvas.elements collection. (Inherited from DiagramItem.) |
||
Adds a new label to this link. |
||
DiagramItem.allowDrag override. |
||
Animates the item. (Inherited from DiagramItem.) |
||
DiagramItem.clone override. |
||
DiagramItem.containsPoint override. |
||
DiagramItem.endDrag override. |
||
Deserializes this item from a JSON object. (Inherited from DiagramItem.) |
||
DiagramItem.fromJson override. |
||
Gets the length of the links |
||
Gets the repaint region for this item, taking into account factors such as pen width, selection handles and shadow. (Inherited from DiagramItem.) |
||
Returns the diagram item that contains the specified point. (Inherited from DiagramItem.) |
||
Checks whether the link contour intersects with the outline of the specified node. |
||
Invalidates the region of the canvas, that matches the item's repaint bounds. (Inherited from DiagramItem.) |
||
DiagramItem.LoadFromXml override. Loads the link's content from an XML element. |
||
Called when an item is removed from a Diagram, either by the user, programmatically or via undo / redo. (Inherited from DiagramItem.) |
||
Returns a point lying on a polyline that is positioned at a relative position along the polyline's length. |
||
Places the link's end points on the outline of its origin and destination nodes. |
||
Derived classes must implement this method by removing their graphics primitives from the canvas.elements collection. (Inherited from DiagramItem.) |
||
Removes the specified label from this item. (Inherited from DiagramItem.) |
||
Removes the specified label from this link. |
||
DiagramItem.restoreLocationState override. |
||
DiagramItem.restoreState override. |
||
Loads the properties of this diagram item. (Inherited from DiagramItem.) |
||
Routes this link, regardless of whether the link's autoRoute property is enabled. |
||
DiagramItem.saveLocationState override. |
||
DiagramItem.saveState override. |
||
Saves the item's content into an XML element. |
||
Sets the destination node of this link. |
||
Splits the link segment with the specified index at the specified point. |
||
DiagramItem.startDrag override. |
||
DiagramItem.toJson override. |
||
Updates the elements on the HTML Canvas. |
||
DiagramItem.updateDrag override. |
||
Updates the link's internal state after the link's control points have been changed. |