Search
SvgExporter Class
Remarks See Also
 

Creates an SVG (Scalable Vector Graphics) drawing representing the content of a Diagram.

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

 Syntax

Java  Copy Code

public class SvgExporter

 Remarks

Scalable 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 Hierarchy

java.lang.Object
    com.mindfusion.diagramming.export.SvgExporter

 See Also