java.lang.Object
com.inductiveautomation.ignition.client.icons.SvgPath

public class SvgPath extends Object
Models the "d" attribute of SVG using objects that understand how to mimic the same path using Path2D.
  • Constructor Details

    • SvgPath

      public SvgPath()
  • Method Details

    • appendToShape

      public void appendToShape(Path2D shape)
    • lastCommand

      @Nullable public com.inductiveautomation.ignition.client.icons.SvgPath.Command lastCommand()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toShape

      public static Shape toShape(List<SvgPath> paths, double scale)