Class SvgPath
- java.lang.Object
-
- net.sourceforge.plantuml.openiconic.SvgPath
-
public class SvgPath extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
drawMe(UGraphic ug, double factor)
void
drawMe(UGraphic ug, AffineTransform at)
String
toSvg()
-
-
-
Constructor Detail
-
SvgPath
public SvgPath(String path)
-
-
Method Detail
-
toSvg
public String toSvg()
-
drawMe
public void drawMe(UGraphic ug, double factor)
-
drawMe
public void drawMe(UGraphic ug, AffineTransform at)
-
-