Search
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 (
    Rectangle2D bounds
)

 Parameters

bounds

The bounding rectangle of the new node.

 Return Value

The newly created TreeViewNode instance.

 See Also