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 | Description |
---|---|
Context2DFactory |
Create
IContext2D concrete 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 an
IContext2D to a serialized SVG file. |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.