Name | Description | |
---|---|---|
Determines whether the node can be connected with links of the specified type. (Inherited from DiagramNode.) |
||
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 item. (Inherited from DiagramItem.) |
||
DiagramItem.allowDrag override. (Inherited from DiagramNode.) |
||
Animates the item. (Inherited from DiagramItem.) |
||
Attaches the specified subordinate node to this node, so that when this node is moved, the subordinate follows it. (Inherited from DiagramNode.) |
||
Attaches this node to the specified master node so that when the master is moved, the attached node follows it. (Inherited from DiagramNode.) |
||
DiagramNode.clone override. |
||
Checks if the ShapeNode contains the specified point. |
||
Creates a connection point between this node and the specified link at the specified point. (Inherited from DiagramNode.) |
||
Detaches this node from its current master node. (Inherited from DiagramNode.) |
||
DiagramItem.endDrag override. (Inherited from DiagramNode.) |
||
Deserializes this item from a JSON object. (Inherited from DiagramItem.) |
||
DiagramNode.fromJson override. |
||
Returns all links connected to this node. (Inherited from DiagramNode.) |
||
Calculates the intersection point between the segment defined by the specified point pair and the node's outline. (Inherited from DiagramNode.) |
||
Gets an array of points that define the outline of this node shape. |
||
Gets the repaint region for this item, taking into account factors such as pen width, selection handles and shadow. (Inherited from DiagramItem.) |
||
Gets the bounding rectangle of this item when it is rotated. (Inherited from DiagramNode.) |
||
Returns the diagram item that contains the specified point. (Inherited from DiagramItem.) |
||
Invalidates the region of the canvas, that matches the item's repaint bounds. (Inherited from DiagramItem.) |
||
DiagramNode.LoadFromXml override. Loads the node'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.) |
||
Raises an event which notifies that a node has been clicked. (Inherited from DiagramNode.) |
||
Raises an event which notifies that a node has been double-clicked. (Inherited from DiagramNode.) |
||
DiagramItem.removeCanvasElements override. (Inherited from DiagramNode.) |
||
Removes the specified label from this item. (Inherited from DiagramItem.) |
||
Makes the shape node big enough to display its text without clipping. |
||
DiagramItem.restoreLocationState override. (Inherited from DiagramNode.) |
||
DiagramItem.restoreLocationState override. |
||
DiagramNode.restoreState override. |
||
Loads the properties of this diagram item. (Inherited from DiagramItem.) |
||
DiagramItem.saveLocationState override. |
||
DiagramNode.saveState override. |
||
Saves the node's content into an XML element. |
||
Sets the rectangle that defines the position of the diagram node. (Inherited from DiagramNode.) |
||
Invoked when the user starts dragging this item. (Inherited from DiagramItem.) |
||
DiagramNode.toJson override. |
||
Derived classes must implement this method to update the item's visual elements. (Inherited from DiagramItem.) |
||
DiagramItem.updateDrag override. |