Class SvgFileIntakeUtil
- java.lang.Object
-
- com.inductiveautomation.ignition.client.icons.SvgFileIntakeUtil
-
public class SvgFileIntakeUtil extends java.lang.Object
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.It can also pop up a visual browser of all the icons it found.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SvgFileIntakeUtil.Thumbnails
-
Constructor Summary
Constructors Constructor Description SvgFileIntakeUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
-