ASP.NET Pack Programmer's Guide
Factory Members
Methods
 


Provides shortcut methods for creating and adding instances of the standard item types.

The following tables list the members exposed by the Factory type.

 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.

createSvgNode

Creates a new SvgNode 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

Factory Class
MindFusion.Diagramming Namespace