Class SvgPath

java.lang.Object
net.sourceforge.plantuml.openiconic.SvgPath

public class SvgPath extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    SvgPath(java.lang.String path)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    drawMe(UGraphic ug, double factor)
     
    void
    drawMe(UGraphic ug, java.awt.geom.AffineTransform at)
     
    java.lang.String
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SvgPath

      public SvgPath(java.lang.String path)
  • Method Details

    • toSvg

      public java.lang.String toSvg()
    • drawMe

      public void drawMe(UGraphic ug, double factor)
    • drawMe

      public void drawMe(UGraphic ug, java.awt.geom.AffineTransform at)