MindFusion.Java Package 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