Class DriverPathEps
java.lang.Object
net.sourceforge.plantuml.klimt.drawing.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)
-
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>
-