Class DriverEllipseEps
java.lang.Object
net.sourceforge.plantuml.ugraphic.eps.DriverEllipseEps
- All Implemented Interfaces:
UDriver<UEllipse,
EpsGraphics>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
draw
(UEllipse shape, double x, double y, ColorMapper mapper, UParam param, EpsGraphics eps) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DriverEllipseEps
-
-
Method Details
-
draw
public void draw(UEllipse shape, double x, double y, ColorMapper mapper, UParam param, EpsGraphics eps) - Specified by:
draw
in interfaceUDriver<UEllipse,
EpsGraphics>
-