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