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