DroidDiagram Programmer's Guide
TableNode Constructor (TableNode)
See Also
 






Initializes a new instance of the TableNode class by copying the attributes of the specified prototype table.

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

 Syntax

Java  Copy Code

public TableNode (
    TableNode prototype
)

 Parameters

prototype

A TableNode instance whose attributes are copied to this table.

 See Also

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