Creates an SVG (Scalable Vector Graphics) drawing representing the content of a Diagram.
Namespace: com.mindfusion.diagramming.export
Package: com.mindfusion.diagramming.export
SyntaxJava
Copy Code
|
|---|
public class SvgExporter |
RemarksScalable Vector Graphics is an XML-based graphics language that describes images with vector shapes, text, and embedded raster graphics. SVG drawings can be displayed in web pages, or edited / imported by vector graphics editing applications.
In order to create an SVG file from a Diagram, create an SvgExporter instance and call its export method, passing a Diagram object as parameter.
Inheritance Hierarchyjava.lang.Object![]()
com.mindfusion.diagramming.export.SvgExporter
See Also