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