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