Package org.uberfire.ext.editor.commons.client.file.exports.svg
-
Interface Summary Interface Description IContext2D Represents a canvas context 2D that is used to wrap calls to canvas used to generate SVG files based on canvas. -
Class Summary Class Description Context2DFactory CreateIContext2Dconcrete instances to be used on the SVG exporting, abstracting which library implementation is used, allowing to change or use multiple implementations if necessary.SvgExportSettings Contains all attributes used on the SVG Export process.SvgFileExport Exports anIContext2Dto a serialized SVG file.