Class DriverPolygonEps
java.lang.Object
net.sourceforge.plantuml.ugraphic.eps.DriverPolygonEps
- All Implemented Interfaces:
UDriver<UPolygon,
EpsGraphics>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
draw
(UPolygon shape, double x, double y, ColorMapper mapper, UParam param, EpsGraphics eps) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DriverPolygonEps
-
-
Method Details
-
draw
public void draw(UPolygon shape, double x, double y, ColorMapper mapper, UParam param, EpsGraphics eps) - Specified by:
draw
in interfaceUDriver<UPolygon,
EpsGraphics>
-