DroidDiagram Programmer's Guide
Factory.createShapeNode Method
See Also
 






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

 Overload List

Name Description

Factory.createShapeNode (double, double, double, double)

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

Factory.createShapeNode (double, double, double, double, Shape)

Creates a new ShapeNode instance with the specified dimensions and shape.

Factory.createShapeNode (Point2D, Dimension2D)

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

Factory.createShapeNode (Point2D, Dimension2D, Shape)

Creates a new ShapeNode instance at the specified position with the specified size and shape.

Factory.createShapeNode (Rectangle2D)

Creates a new ShapeNode instance with the specified dimensions.

Factory.createShapeNode (Rectangle2D, Shape)

Creates a new ShapeNode instance with the specified dimensions and shape.

 See Also

Factory Members
Factory Class
com.mindfusion.diagramming Namespace