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