Class SvgPath
- java.lang.Object
 - 
- com.inductiveautomation.ignition.client.icons.SvgPath
 
 
- 
public class SvgPath extends java.lang.ObjectModels the "d" attribute of SVG using objects that understand how to mimic the same path using Path2D. 
- 
- 
Constructor Summary
Constructors Constructor Description SvgPath() 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappendToShape(java.awt.geom.Path2D shape)static java.awt.ShapetoShape(java.util.List<SvgPath> paths, double scale)java.lang.StringtoString() 
 - 
 
- 
- 
Method Detail
- 
appendToShape
public void appendToShape(java.awt.geom.Path2D shape)
 
- 
toString
public java.lang.String toString()
- Overrides:
 toStringin classjava.lang.Object
 
- 
toShape
public static java.awt.Shape toShape(java.util.List<SvgPath> paths, double scale)
 
 - 
 
 -