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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
drawMe(UGraphic ug, double factor)
java.lang.String
toSvg()
-
-
-
Method Detail
-
toSvg
public java.lang.String toSvg()
-
drawMe
public void drawMe(UGraphic ug, double factor)
-
-