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