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