Search
Factory.createSvgNode Method
See Also
 

 Overload List

Name Description

Factory.createSvgNode (double, double, double, double)

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

Factory.createSvgNode (double, double, double, double, String)

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

Factory.createSvgNode (double, double, double, double, SvgContent)

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

Factory.createSvgNode (Point2D, Dimension2D)

Creates a new SvgNode instance at the specified position with the specified size and adds it to the Nodes collection of the underlying diagram. The method creates a svg node at the position specified by location. The size of the node is set by size.

Factory.createSvgNode (Point2D, Dimension2D, String)

Creates a new SvgNode instance at the specified position with the specified size and adds it to the Nodes collection of the underlying diagram. The method creates a svg node at the position specified by location. The size of the node is set by size.

Factory.createSvgNode (Point2D, Dimension2D, SvgContent)

Creates a new SvgNode instance at the specified position with the specified size and adds it to the Nodes collection of the underlying diagram. The method creates a svg node at the position specified by location. The size of the node is set by size.

Factory.createSvgNode (Rectangle2D)

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

Factory.createSvgNode (Rectangle2D, String)

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

Factory.createSvgNode (Rectangle2D, SvgContent)

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

 See Also