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






Initializes a new Cell instance and assigns the specified table as its parent.

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

 Syntax

Java  Copy Code

public Cell (
    TableNode table
)

 Parameters

table

The TableNode that contains this cell.

 See Also

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