MindFusion.Diagramming for JavaScript Programmer's Guide

Factory Class

Remarks See Also
 





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

Namespace: MindFusion.Diagramming
File: Factory.js

 Syntax

JavaScript  Copy Code

// class
Factory.prototype = {}

 Remarks

Obtain an instance of this class through the getFactory method of the Diagram class.

 See Also