Search
SvgNode.getContent Method
See Also
 

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

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

 Syntax

Java  Copy Code

public SvgContent getContent ()

 Return Value

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

 See Also