Class DriverDotPathSvg
java.lang.Object
net.sourceforge.plantuml.ugraphic.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) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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>
-