Class SvgPathReader
- java.lang.Object
- 
- com.inductiveautomation.ignition.client.icons.SvgPathReader
 
- 
 public class SvgPathReader extends java.lang.ObjectParses an svg path using the "d" attribute format. https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/d into an object that can create a Java2DPath2Dshape.Note that this reader is not thread safe. 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SvgPathparse(java.lang.String source)
 
- 
- 
- 
Method Detail- 
parsepublic SvgPath parse(java.lang.String source) throws java.lang.Exception - Throws:
- java.lang.Exception
 
 
- 
 
-