DroidDiagram Programmer's Guide
AddGroupCmd Constructor (Group, DiagramItem)
See Also
 






Initializes a new instance of the AddGroupCmd class.

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

 Syntax

Java  Copy Code

public AddGroupCmd (
    Group group,
    DiagramItem item
)

 Parameters

group

The group that is added to the diagram by this command.

item

The master item of the group.

 See Also

AddGroupCmd Constructor Overload List
AddGroupCmd Class
com.mindfusion.diagramming Namespace