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