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