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






Creates a new TreeViewNode instance with the specified dimensions and adds it to the Nodes collection of the underlying diagram. The method creates a treeview node with dimensions specified by bounds.

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

 Syntax

Java  Copy Code

public TreeViewNode createTreeViewNode (
    RectF bounds
)

 Parameters

bounds

The bounding rectangle of the new node.

 Return Value

The newly created TreeViewNode instance.

 See Also

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