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