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