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