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