Class SvgIconUtil
java.lang.Object
com.inductiveautomation.ignition.client.icons.SvgIconUtil
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic class
- 
Method SummaryModifier and TypeMethodDescriptionstatic org.w3c.dom.svg.SVGDocumentgetDocument(Class relativeClass, String filePath) static Iconstatic Iconstatic IconGets the svg matching the supplied name without extension from the 'images/svgicons' resource dir at 16x16.static IconGets the svg matching the supplied name without extension from the 'images/svgicons' resource dir at width x height.static IcongetSvgIcon(Class relativeClass, String path, int width, int height) Retrieves an svg icon located in the specified class's *.jar file.
- 
Method Details- 
getIconGets the svg matching the supplied name without extension from the 'images/svgicons' resource dir at 16x16.
- 
getIconGets the svg matching the supplied name without extension from the 'images/svgicons' resource dir at width x height.
- 
getIcon
- 
getIcon
- 
getSvgIconRetrieves an svg icon located in the specified class's *.jar file. It attempts to load the image by looking for it at: "/images/svgicons/path.svg". May return null if the icon does not exist.
- 
getDocument
 
-