Class DriverDotPathSvg
java.lang.Object
net.sourceforge.plantuml.klimt.drawing.svg.DriverDotPathSvg
- All Implemented Interfaces:
UDriver<DotPath,
SvgGraphics>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
draw
(DotPath shape, double x, double y, ColorMapper mapper, UParam param, SvgGraphics svg)
-
Constructor Details
-
DriverDotPathSvg
public DriverDotPathSvg()
-
-
Method Details
-
draw
public void draw(DotPath shape, double x, double y, ColorMapper mapper, UParam param, SvgGraphics svg) - Specified by:
draw
in interfaceUDriver<DotPath,
SvgGraphics>
-