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