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






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

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

 Syntax

Java  Copy Code

public Column (
    TableNode table
)

 Parameters

table

The TableNode that contains this column.

 See Also

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