Class DriverTextTikz
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.tikz.DriverTextTikz
-
- All Implemented Interfaces:
UDriver<UText,TikzGraphics>
public class DriverTextTikz extends Object implements UDriver<UText,TikzGraphics>
-
-
Constructor Summary
Constructors Constructor Description DriverTextTikz()
-
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, TikzGraphics tikz)
-
-
-
Method Detail
-
draw
public void draw(UText shape, double x, double y, ColorMapper mapper, UParam param, TikzGraphics tikz)
- Specified by:
draw
in interfaceUDriver<UText,TikzGraphics>
-
-