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