DroidDiagram Programmer's Guide
Factory.createContainerNode Method
See Also
 






 Overload List

Name Description

Factory.createContainerNode (double, double, double, double)

Creates a new ContainerNode instance at the specified position with the specified size.

Factory.createContainerNode (double, double, double, double, boolean)

Creates a new ContainerNode instance at the specified location with the specified size, optionally foldable.

Factory.createContainerNode (Point2D, Dimension2D)

Creates a new ContainerNode instance at the specified location with the specified size.

Factory.createContainerNode (Point2D, Dimension2D, boolean)

Creates a new ContainerNode instance at the specified location with the specified size, optionally foldable.

Factory.createContainerNode (Rectangle2D)

Creates a new ContainerNode instance with the specified dimensions.

Factory.createContainerNode (Rectangle2D, boolean)

Creates a new ContainerNode instance with the specified dimensions, optionally foldable, and adds it to the Nodes collection of the underlying diagram.

 See Also

Factory Members
Factory Class
com.mindfusion.diagramming Namespace