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