DroidDiagram Programmer's Guide
TreeViewNode Constructor (Diagram)
See Also
 






Initializes a new instance of the TreeViewNode class.

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

 Syntax

Java  Copy Code

public TreeViewNode (
    Diagram diagram
)

 Parameters

diagram

The Diagram from which to obtain default values for the node properties.

 Remarks

This constructor initializes the TreeViewNode properties with the values specified in the respective default-value properties of the Diagram object.

 See Also

TreeViewNode Constructor Overload List
TreeViewNode Class
com.mindfusion.diagramming Namespace