A class that represents a connection between an edge and a node in a graph. It decouples the DiagramLink class from the DiagramNode class, allowing edges to connect different types of nodes without knowing anything of their implementation details. Each DiagramLink object contains two ConnectionPoint instances describing the connections at both ends of the link.
Namespace: MindFusion.Diagramming
File: ConnectionPoint.js
JavaScript Copy Code |
---|
// class |
MindFusion.Diagramming.ConnectionPoint
MindFusion.Diagramming.TableConnectionPoint
MindFusion.Diagramming.TreeViewConnectionPoint
JavaScript Pack Programmer's Guide | © 2024 MindFusion |