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