Class DriverPolygonVdx
java.lang.Object
net.sourceforge.plantuml.klimt.drawing.visio.DriverPolygonVdx
- All Implemented Interfaces:
UDriver<UPolygon,
VisioGraphics>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
draw
(UPolygon poly, double x, double y, ColorMapper mapper, UParam param, VisioGraphics visio)
-
Constructor Details
-
DriverPolygonVdx
public DriverPolygonVdx()
-
-
Method Details
-
draw
public void draw(UPolygon poly, double x, double y, ColorMapper mapper, UParam param, VisioGraphics visio) - Specified by:
draw
in interfaceUDriver<UPolygon,
VisioGraphics>
-