Class DriverCenteredCharacterTikz2
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.tikz.DriverCenteredCharacterTikz2
-
- All Implemented Interfaces:
UDriver<UCenteredCharacter,TikzGraphics>
public class DriverCenteredCharacterTikz2 extends Object implements UDriver<UCenteredCharacter,TikzGraphics>
-
-
Constructor Summary
Constructors Constructor Description DriverCenteredCharacterTikz2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
draw(UCenteredCharacter centeredCharacter, double x, double y, ColorMapper mapper, UParam param, TikzGraphics tikz)
-
-
-
Method Detail
-
draw
public void draw(UCenteredCharacter centeredCharacter, double x, double y, ColorMapper mapper, UParam param, TikzGraphics tikz)
- Specified by:
draw
in interfaceUDriver<UCenteredCharacter,TikzGraphics>
-
-