Creates a new hierarchical Group with the specified main item.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public Group createGroup ( |
The newly created Group instance.
RemarksUse this method to create an hierarchical group of items. Attach subordinated items through the various Group members.
See Also