DroidDiagram Programmer's Guide
Factory.createGroup Method
See Also
 






Creates a new hierarchical Group with the specified main item.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public Group createGroup (
    DiagramItem mainItem
)

 Parameters

mainItem
The DiagramItem around which the group would be built.

 Return Value

The newly created Group instance.

 Remarks

Use this method to create an hierarchical group of items. Attach subordinated items through the various Group members.

 See Also

Factory Members
Factory Class
com.mindfusion.diagramming Namespace