Class DriverDotPathSvg
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.svg.DriverDotPathSvg
-
- All Implemented Interfaces:
UDriver<DotPath,SvgGraphics>
public class DriverDotPathSvg extends Object implements UDriver<DotPath,SvgGraphics>
-
-
Constructor Summary
Constructors Constructor Description DriverDotPathSvg()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
draw(DotPath shape, double x, double y, ColorMapper mapper, UParam param, SvgGraphics svg)
-
-
-
Method Detail
-
draw
public void draw(DotPath shape, double x, double y, ColorMapper mapper, UParam param, SvgGraphics svg)
- Specified by:
draw
in interfaceUDriver<DotPath,SvgGraphics>
-
-