DroidDiagram Programmer's Guide
Diagram.findGroup Method
See Also
 






Finds the group that has the specified tag.

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

 Syntax

Java  Copy Code

public Group findGroup (
    Object tag
)

 Parameters

tag

An Object to which the tag of the found group should be equal.

 Return Value

A reference to the found Group.

 See Also

Diagram Members
Diagram Class
com.mindfusion.diagramming Namespace