Class DriverPolygonSvg
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.svg.DriverPolygonSvg
-
- All Implemented Interfaces:
UDriver<SvgGraphics>
public class DriverPolygonSvg extends java.lang.Object implements UDriver<SvgGraphics>
-
-
Constructor Summary
Constructors Constructor Description DriverPolygonSvg(ClipContainer clipContainer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
draw(UShape ushape, double x, double y, ColorMapper mapper, UParam param, SvgGraphics svg)
-
-
-
Constructor Detail
-
DriverPolygonSvg
public DriverPolygonSvg(ClipContainer clipContainer)
-
-
Method Detail
-
draw
public void draw(UShape ushape, double x, double y, ColorMapper mapper, UParam param, SvgGraphics svg)
- Specified by:
draw
in interfaceUDriver<SvgGraphics>
-
-