Name | Description | |
---|---|---|
Adds an item to the Diagram. |
||
Returns a point of the alignment grid nearest to the one passed as an argument. |
||
Arranges the diagram with the given layout. |
||
Arranges the diagram using the given layout, and animates items moving to their new positions. |
||
Rearranges link labels whose autoArrange property is enabled. |
||
Stops recording undo/redo commands into a CompositeCommand and discards the records created so far. |
||
Removes all items from the diagram. |
||
Stops recording undo/redo commands into a CompositeCommand and saves the composite in the history queue. |
||
Executes the specified command on this diagram. |
||
Deserializes the diagram from a JSON string. |
||
Loads diagram contents from specified XML Document. |
||
Returns the smallest rectangle that bounds all diagram items. |
||
Finds and returns the topmost DiagramItem found at the specified location. |
||
Finds and returns an array of the diagram items found at the specified location. |
||
Finds and returns the topmost DiagramLink found at the specified location. |
||
Finds and returns an array of the diagram DiagramLinks found at the specified location. |
||
Returns the node nearest to the specified point. |
||
Finds and returns the topmost DiagramNode found at the specified location. |
||
Finds and returns an array of the DiagramNodes found at the specified location. |
||
Checks if the specified item can be modified interactively. |
||
Checks if the specified item is currently visible. |
||
Loads diagram contents from specified XML or JSON string. |
||
Loads the diagram from an XML file. |
||
Raises an event which notifies that a Diagram item has been clicked. |
||
Raises an event which notifies that a Diagram item has been created. |
||
Raises an event which notifies that a Diagram item has been deleted. |
||
Raises an event which notifies that a Diagram item has been deselected. |
||
Raises an event which notifies that a Diagram item has been double-clicked. |
||
Raises an event which notifies that a Diagram item has been modified. |
||
Raises the NodeModifying event. (Inherited from DiagramBase.) |
||
Raises an event which notifies that a Diagram item has been pasted from clipboard. |
||
Raises an event which notifies that a Diagram item has been selected. |
||
Raises an event which notifies that a Diagram item will be selected. |
||
Raises an event which notifies that the selection has changed. |
||
Executes again an action saved in the command history. |
||
Registers a diagram item class. |
||
Registers a component class. |
||
Registers a diagram item class for XML serialization support. |
||
Removes the specified item from the Diagram. |
||
Resize the document extents so that the specified item is contained within. |
||
Resizes the document scrollable area so that it fits all diagram items. |
||
Routes all links in the diagram in such a way they do not cross nodes. |
||
Encodes the diagram contents into an XML or JSON string. |
||
Saves the diagram to an XML file. |
||
Starts recording undo/redo commands into a CompositeCommand. |
||
Serializes the diagram into a JSON string. |
||
Saves the diagram into an XML Document. |
||
Specifies whether the diagram view should track mouse hover events. (Inherited from DiagramBase.) |
||
Undoes an action saved in the command history. |
Name | Description | |
---|---|---|
Raises the ActionRecorded event. (Inherited from DiagramBase.) |
||
Raises the ActionRecording event. (Inherited from DiagramBase.) |
||
Raises the ActionRedone event. (Inherited from DiagramBase.) |
||
Raises the ActionUndone event. (Inherited from DiagramBase.) |
||
Raises the BeginLoad event. (Inherited from DiagramBase.) |
||
Raises the BoundsChanged event. (Inherited from DiagramBase.) |
||
Raises the CellClicked event. (Inherited from DiagramBase.) |
||
Raises the CellDoubleClicked event. (Inherited from DiagramBase.) |
||
Raises the CellTextEdited event. (Inherited from DiagramBase.) |
||
Raises the CellTextEditing event to validate entering inplace edit mode. (Inherited from DiagramBase.) |
||
Raises the Clicked event. (Inherited from DiagramBase.) |
||
Raises the ContainerChildAdded event. (Inherited from DiagramBase.) |
||
Raises the ContainerChildRemoved event. (Inherited from DiagramBase.) |
||
Raises the ContainerFolded event. (Inherited from DiagramBase.) |
||
Raises the ContainerUnfolded event. (Inherited from DiagramBase.) |
||
Raises the ContentVisibilityChanged event. (Inherited from DiagramBase.) |
||
Raises the DefaultShapeChanged event. (Inherited from DiagramBase.) |
||
Raises the DeserializeTag event. (Inherited from DiagramBase.) |
||
Raises the DestinationAnchorChanged event. (Inherited from DiagramBase.) |
||
Raises the DirtyChanged event. (Inherited from DiagramBase.) |
||
Raises the DoubleClicked event. (Inherited from DiagramBase.) |
||
Raises the DrawAdjustmentHandles event. (Inherited from DiagramBase.) |
||
Raises the DrawAnchorPoint event. (Inherited from DiagramBase.) |
||
Raises the DrawBackground event. (Inherited from DiagramBase.) |
||
Raises the DrawBranchIndicator event. (Inherited from DiagramBase.) |
||
Raises the DrawCell event. (Inherited from DiagramBase.) |
||
Raises the DrawForeground event. (Inherited from DiagramBase.) |
||
Raises the DrawLink event. (Inherited from DiagramBase.) |
||
Raises the DrawNode event. (Inherited from DiagramBase.) |
||
Raises the EndLoad event. (Inherited from DiagramBase.) |
||
Raises the ExpandButtonClicked event. (Inherited from DiagramBase.) |
||
Raises the GroupDestroyed event. (Inherited from DiagramBase.) |
||
Raises the HitTestAdjustmentHandles event. (Inherited from DiagramBase.) |
||
Raises the InitializeLasso event. (Inherited from DiagramBase.) |
||
Raises the InitializeLink event. (Inherited from DiagramBase.) |
||
Raises the InitializeNode event. (Inherited from DiagramBase.) |
||
Raises the ItemAdded event. (Inherited from DiagramBase.) |
||
Raises the ItemRemoved event. (Inherited from DiagramBase.) |
||
Raises the JsonDeserializeTag event. (Inherited from DiagramBase.) |
||
Raises the JsonSerializeTag event. (Inherited from DiagramBase.) |
||
Raises the LayerVisibilityChanged event. (Inherited from DiagramBase.) |
||
Raises the LinkActivated event. (Inherited from DiagramBase.) |
||
Raises the LinkClicked event. (Inherited from DiagramBase.) |
||
Raises the LinkCreateCancelled event. (Inherited from DiagramBase.) |
||
Raises the LinkCreated event. (Inherited from DiagramBase.) |
||
Raises the LinkCreating event. (Inherited from DiagramBase.) |
||
Raises the LinkDeactivated event. (Inherited from DiagramBase.) |
||
Raises the LinkDeleted event. (Inherited from DiagramBase.) |
||
Raises the LinkDeleting event. (Inherited from DiagramBase.) |
||
Raises the LinkDeselected event. (Inherited from DiagramBase.) |
||
Raises the LinkDoubleClicked event. (Inherited from DiagramBase.) |
||
Raises the LinkHovered event. (Inherited from DiagramBase.) |
||
Raises the LinkModified event. (Inherited from DiagramBase.) |
||
Raises the LinkModifyCancelled event. (Inherited from DiagramBase.) |
||
Raises the LinkModifying event. (Inherited from DiagramBase.) |
||
Raises the LinkPasted event. (Inherited from DiagramBase.) |
||
Raises the LinkRouted event. (Inherited from DiagramBase.) |
||
Raises the LinkSelected event. (Inherited from DiagramBase.) |
||
Raises the LinkSelecting event. (Inherited from DiagramBase.) |
||
Raises the LinkSplit event. (Inherited from DiagramBase.) |
||
Raises the LinkStartModifying event. (Inherited from DiagramBase.) |
||
Raises the LinkTextEdited event. (Inherited from DiagramBase.) |
||
Raises the LinkTextEditing event to validate entering inplace edit mode. (Inherited from DiagramBase.) |
||
Raises the MeasureUnitChanged event. (Inherited from DiagramBase.) |
||
Raises the NodeActivated event. (Inherited from DiagramBase.) |
||
Raises the NodeClicked event. (Inherited from DiagramBase.) |
||
Raises the NodeCreateCancelled event. (Inherited from DiagramBase.) |
||
Raises the NodeCreated event. (Inherited from DiagramBase.) |
||
Raises the NodeCreating event. (Inherited from DiagramBase.) |
||
Raises the NodeDeactivated event. (Inherited from DiagramBase.) |
||
Raises the NodeDeleted event. (Inherited from DiagramBase.) |
||
Raises the NodeDeleting event. (Inherited from DiagramBase.) |
||
Raises the NodeDeselected event. (Inherited from DiagramBase.) |
||
Raises the NodeDoubleClicked event. (Inherited from DiagramBase.) |
||
Raises the NodeHovered event. (Inherited from DiagramBase.) |
||
Raises the NodeModified event. (Inherited from DiagramBase.) |
||
Raises the NodeModifyCancelled event. (Inherited from DiagramBase.) |
||
Raises the NodeModifying event. (Inherited from DiagramBase.) |
||
Raises the NodePasted event. (Inherited from DiagramBase.) |
||
Raises the NodeSelected event. (Inherited from DiagramBase.) |
||
Raises the NodeSelecting event. (Inherited from DiagramBase.) |
||
Raises the NodeStartModifying event. (Inherited from DiagramBase.) |
||
Raises the NodeTextEdited event. (Inherited from DiagramBase.) |
||
Raises the NodeTextEditing event to validate entering inplace edit mode. (Inherited from DiagramBase.) |
||
Raises the OriginAnchorChanged event. (Inherited from DiagramBase.) |
||
Raises the PropertyChanged event. (Inherited from DiagramBase.) |
||
Raises the QueryAlignTarget event. (Inherited from DiagramBase.) |
||
Raises the Repaint event. (Inherited from DiagramBase.) |
||
Raises the RequestClipboard event. (Inherited from DiagramBase.) |
||
Raises the RequestDrawInteractions event. (Inherited from DiagramBase.) |
||
Raises the RequestTimer event. (Inherited from DiagramBase.) |
||
Raises the SelectionChanged event. (Inherited from DiagramBase.) |
||
Raises the SelectionModified event. (Inherited from DiagramBase.) |
||
Raises the SelectionModifying event. (Inherited from DiagramBase.) |
||
Raises the SerializeTag event. (Inherited from DiagramBase.) |
||
Raises the SetSelfLoopShape event. (Inherited from DiagramBase.) |
||
Raises the ShapeModified event. (Inherited from DiagramBase.) |
||
Raises the ShapeNotDefined event. (Inherited from DiagramBase.) |
||
Raises the TableColumnResized event. (Inherited from DiagramBase.) |
||
Raises the TableColumnResizing event. (Inherited from DiagramBase.) |
||
Raises the TableRowResized event. (Inherited from DiagramBase.) |
||
Raises the TableRowResizing event. (Inherited from DiagramBase.) |
||
Raises the TableSectionCollapsed event. (Inherited from DiagramBase.) |
||
Raises the TableSectionExpanded event. (Inherited from DiagramBase.) |
||
Raises the TreeCollapsed event. (Inherited from DiagramBase.) |
||
Raises the TreeExpanded event. (Inherited from DiagramBase.) |
||
Raises the TreeItemTextEditing event. (Inherited from DiagramBase.) |
||
Raises the ValidateAnchorPoint event. (Inherited from DiagramBase.) |
||
Raises the ValidateLinkCrossing event. (Inherited from DiagramBase.) |
||
Raises the ViewRemoved event. (Inherited from DiagramBase.) |