DroidDiagram Programmer's Guide
ContainerNode.add Method
See Also
 






Adds a node to this container.

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

 Syntax

Java  Copy Code

public void add (
    DiagramNode node
)

 Parameters

node

The DiagramNode that should be added to the container.

 Remarks

If the container bounds do not include the specified node bounds, the container will grow automatically to accommodate the new node.

 See Also

ContainerNode Members
ContainerNode Class
com.mindfusion.diagramming Namespace
remove Method
setAllowAddChildren Method