Class DriverPathSvg
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.g2d.DriverShadowedG2d
-
- net.sourceforge.plantuml.ugraphic.svg.DriverPathSvg
-
- All Implemented Interfaces:
UDriver<SvgGraphics>
public class DriverPathSvg extends DriverShadowedG2d implements UDriver<SvgGraphics>
-
-
Constructor Summary
Constructors Constructor Description DriverPathSvg(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)
-
Methods inherited from class net.sourceforge.plantuml.ugraphic.g2d.DriverShadowedG2d
drawOnlyLineShadow, drawOnlyLineShadowSpecial, drawShadow
-
-
-
-
Constructor Detail
-
DriverPathSvg
public DriverPathSvg(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>
-
-