Name | Description | |
---|---|---|
Derived classes must implement this method by adding their graphics primitives to the canvas.elements collection. (Inherited from DiagramItem.) |
||
Adds an item to the Selection. |
||
Adds a new label to this item. (Inherited from DiagramItem.) |
||
DiagramItem.allowDrag override. |
||
Animates the item. (Inherited from DiagramItem.) |
||
Removes all items from the selection. |
||
Creates a copy of this item. (Inherited from DiagramItem.) |
||
Determines whether this item contains the specified point. (Inherited from DiagramItem.) |
||
DiagramItem.endDrag override. |
||
Deserializes this item from a JSON object. (Inherited from DiagramItem.) |
||
Gets a rectangle that defines the position of the selection frame. |
||
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.) |
||
Invalidates the region of the canvas, that matches the item's repaint bounds. (Inherited from DiagramItem.) |
||
Loads the item content from an XML element. (Inherited from DiagramItem.) |
||
DiagramItem.onRemove override. |
||
Derived classes must implement this method by removing their graphics primitives from the canvas.elements collection. (Inherited from DiagramItem.) |
||
Removes an item from the Diagram. |
||
Removes the specified label from this item. (Inherited from DiagramItem.) |
||
Loads the properties of this diagram item. (Inherited from DiagramItem.) |
||
DiagramItem.saveLocationState override. |
||
Saves the properties of this diagram item. (Inherited from DiagramItem.) |
||
Saves the item content into an XML element. (Inherited from DiagramItem.) |
||
DiagramItem.startDrag override. |
||
Invoked when the user starts dragging this item. (Inherited from DiagramItem.) |
||
Serializes this item into a JSON object. (Inherited from DiagramItem.) |
||
Derived classes must implement this method to update the item's visual elements. (Inherited from DiagramItem.) |
||
DiagramItem.updateDrag override. |