Name | Description |
---|---|
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. |
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |