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