Class DriverPolygonSvg
java.lang.Object
net.sourceforge.plantuml.ugraphic.svg.DriverPolygonSvg
- All Implemented Interfaces:
UDriver<UPolygon,
SvgGraphics>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
draw
(UPolygon 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
-
DriverPolygonSvg
-
-
Method Details
-
draw
public void draw(UPolygon shape, double x, double y, ColorMapper mapper, UParam param, SvgGraphics svg) - Specified by:
draw
in interfaceUDriver<UPolygon,
SvgGraphics>
-