| Class | Description |
|---|---|
| SvgFileIntakeUtil |
This class will consume all the SVG files in a folder, and emit a JSON file representation of all of their paths,
which is the format we ship with Ignition for the client-api's built-in vector icons.
|
| SvgFileIntakeUtil.Thumbnails | |
| SvgPath |
Models the "d" attribute of SVG using objects that understand how to mimic the same path using Path2D.
|
| SvgPathReader |
Parses an svg path using the "d" attribute format.
|
| VectorIcon |
A Vector icon is an Icon implementation that uses Java2D to draw the icon from a Shape object, rather than using
a raster image.
|
| VectorIcons |
Repository and cache of all the vector icons that ship with Ignition
|