Class DriverDotPathVdx
java.lang.Object
net.sourceforge.plantuml.ugraphic.visio.DriverDotPathVdx
- All Implemented Interfaces:
UDriver<DotPath,
VisioGraphics>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
draw
(DotPath path, 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
-
DriverDotPathVdx
public DriverDotPathVdx()
-
-
Method Details
-
draw
public void draw(DotPath path, double x, double y, ColorMapper mapper, UParam param, VisioGraphics visio) - Specified by:
draw
in interfaceUDriver<DotPath,
VisioGraphics>
-