Search
SvgNode.setContent Method
See Also
 

Sets an SvgContent instance representing the SVG drawing rendered in this node.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void setContent (
    SvgContent value
)

 Parameters

value

An instance of the com.mindfusion.svg.SvgContent class representing the SVG drawing.

 See Also