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 SummaryConstructors Constructor Description SvgPath()
 - 
Method SummaryAll 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- 
appendToShapepublic void appendToShape(java.awt.geom.Path2D shape) 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 - 
toShapepublic static java.awt.Shape toShape(java.util.List<SvgPath> paths, double scale) 
 
- 
 
-