Class DriverAtomTextTikz
java.lang.Object
net.sourceforge.plantuml.klimt.drawing.tikz.DriverAtomTextTikz
- All Implemented Interfaces:
UDriver<AtomText,
TikzGraphics>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
draw
(AtomText text, double x, double y, ColorMapper mapper, UParam param, TikzGraphics tikz)
-
Constructor Details
-
DriverAtomTextTikz
public DriverAtomTextTikz()
-
-
Method Details
-
draw
public void draw(AtomText text, double x, double y, ColorMapper mapper, UParam param, TikzGraphics tikz) - Specified by:
draw
in interfaceUDriver<AtomText,
TikzGraphics>
-