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






Initializes a new instance of the Row class and assigns the specified table as its parent.

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

 Syntax

Java  Copy Code

public Row (
    TableNode table
)

 Parameters

table

The TableNode that contains this row.

 See Also

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