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