DroidDiagram Programmer's Guide
Factory.createTreeViewNode Method
See Also
 






 Overload List

Name Description

Factory.createTreeViewNode (double, double, double, double)

Creates a new TreeViewNode instance at the specified position with the specified size and adds it to the Nodes collection of the underlying diagram. The method creates a treeview node at the position specified by x and y. The size of the node is set by width and height.

Factory.createTreeViewNode (Point2D, Dimension2D)

Creates a new TreeViewNode instance at the specified position with the specified size and adds it to the Nodes collection of the underlying diagram. The method creates a treeview node at the position specified by location. The size of the node is set by size.

Factory.createTreeViewNode (Rectangle2D)

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.

 See Also

Factory Members
Factory Class
com.mindfusion.diagramming Namespace