Class DriverCenteredCharacterTikz2
java.lang.Object
net.sourceforge.plantuml.ugraphic.tikz.DriverCenteredCharacterTikz2
- All Implemented Interfaces:
UDriver<UCenteredCharacter,
TikzGraphics>
public class DriverCenteredCharacterTikz2
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
-
DriverCenteredCharacterTikz2
public DriverCenteredCharacterTikz2()
-
-
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>
-