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, UTranslate translate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
drawMe(UGraphic ug, double factor)
void
drawMe(UGraphic ug, java.awt.geom.AffineTransform at)
java.lang.String
toSvg()
-
-
-
Constructor Detail
-
SvgPath
public SvgPath(java.lang.String path, UTranslate translate)
-
-