DroidDiagram Programmer's Guide
Factory Members
Constructors Methods
 


Provides shortcut methods for creating and adding instances of the standard item types. Call the class methods through the Diagram.getFactory property of the Diagram class.

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

 Public Constructors

  Name Description

Factory

Initializes a new instance of the Factory class over the specified Diagram.

 Public Methods

  Name Description

createContainerNode

Overloaded.  

createDiagramLink

Overloaded.  

createGroup

Creates a new hierarchical Group with the specified main item.

createShapeNode

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

createTableNode

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

createTreeViewNode

Overloaded.  

 See Also

Factory Class
com.mindfusion.diagramming Namespace