DroidDiagram Programmer's Guide
Factory.createTableNode Method
See Also
 






Creates a new TableNode instance and adds it to the Nodes collection of the underlying diagram.

 Overload List

Name Description

Factory.createTableNode (double, double, double, double)

Creates a new TableNode instance at the specified position with the specified size and adds it to the Nodes collection of the underlying diagram. The method creates a table node at the position specified by x and y. The size of the node is set by width and height.

Factory.createTableNode (double, double, double, double, int, int)

Creates a new TableNode instance at the specified position with the specified size and the specified number of columns and rows, and adds it to the Nodes collection of the underlying diagram.

Factory.createTableNode (Point2D, Dimension2D)

Creates a new TableNode instance at the specified position with the specified size and adds it to the Nodes collection of the underlying diagram.

Factory.createTableNode (Point2D, Dimension2D, int, int)

Creates a new TableNode instance at the specified position with the specified size and with the specified number of columns and rows, and adds it to the Nodes collection of the underlying diagram.

Factory.createTableNode (Rectangle2D)

Creates a new TableNode instance with the specified dimensions and adds it to the Nodes collection of the underlying diagram. The method creates a table node with dimensions specified by bounds.

Factory.createTableNode (Rectangle2D, int, int)

Creates a new TableNode instance with the specified dimensions and with the specified number of columns and rows, and adds it to the Nodes collection of the underlying diagram.

 See Also

Factory Members
Factory Class
com.mindfusion.diagramming Namespace