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