MindFusion.Java Package Programmer's Guide
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

Factory Members
Factory Class
com.mindfusion.diagramming Namespace