Class DriverPathEps
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.eps.DriverPathEps
-
- All Implemented Interfaces:
UDriver<UPath,EpsGraphics>
public class DriverPathEps extends Object implements UDriver<UPath,EpsGraphics>
-
-
Constructor Summary
Constructors Constructor Description DriverPathEps()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
draw(UPath shape, double x, double y, ColorMapper mapper, UParam param, EpsGraphics eps)
-
-
-
Method Detail
-
draw
public void draw(UPath shape, double x, double y, ColorMapper mapper, UParam param, EpsGraphics eps)
- Specified by:
draw
in interfaceUDriver<UPath,EpsGraphics>
-
-