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