MindFusion.Diagramming for JavaScript Programmer's Guide

Factory Methods

 


 Public Methods

  Name Description

createContainerNode

Creates a new ContainerNode instance and adds it to the nodes collection of the underlying diagram.

createDiagramLink

Creates a new DiagramLink instance between the specified nodes and adds it to the links collection of the underlying diagram.

createShapeNode

Creates a new ShapeNode instance and adds it to the nodes collection of the underlying diagram.

createTableNode

Creates a new TableNode instance and adds it to the nodes collection of the underlying diagram.

 See Also