Class DriverTextTikz
java.lang.Object
net.sourceforge.plantuml.ugraphic.tikz.DriverTextTikz
- All Implemented Interfaces:
UDriver<UText,
TikzGraphics>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
draw
(UText shape, double x, double y, ColorMapper mapper, UParam param, TikzGraphics tikz) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DriverTextTikz
public DriverTextTikz()
-
-
Method Details
-
draw
public void draw(UText shape, double x, double y, ColorMapper mapper, UParam param, TikzGraphics tikz) - Specified by:
draw
in interfaceUDriver<UText,
TikzGraphics>
-