DroidDiagram Programmer's Guide
ContainerNode.getContainer Method
See Also
 






Retrieves the container node (if any) the specified node belongs to.

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

 Syntax

Java  Copy Code

public static ContainerNode getContainer (
    DiagramNode node
)

 Parameters

node

The DiagramNode whose container you need to find.

 Return Value

A ContainerNode that contains the specified node, or null if the node is not contained.

 See Also

ContainerNode Members
ContainerNode Class
com.mindfusion.diagramming Namespace
containsRecursively Method