DroidDiagram Programmer's Guide
Factory.createContainerNode Method (Rectangle2D)
See Also
 






Creates a new ContainerNode instance with the specified dimensions.

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

 Syntax

Java  Copy Code

public ContainerNode createContainerNode (
    RectF bounds
)

 Parameters

bounds
The bounding rectangle of the new node.

 Return Value

The newly created ContainerNode instance.

 Remarks

The method creates a container node with dimensions specified by bounds.

 See Also

createContainerNode Method Overload List
Factory Members
Factory Class
com.mindfusion.diagramming Namespace