Class DriverDotPathTikz
java.lang.Object
net.sourceforge.plantuml.klimt.drawing.tikz.DriverDotPathTikz
- All Implemented Interfaces:
UDriver<DotPath,TikzGraphics>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddraw(DotPath path, double x, double y, ColorMapper mapper, UParam param, TikzGraphics tikz)
-
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:
drawin interfaceUDriver<DotPath,TikzGraphics>
-