Class DriverTextVdx
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.visio.DriverTextVdx
-
- All Implemented Interfaces:
UDriver<VisioGraphics>
public class DriverTextVdx extends java.lang.Object implements UDriver<VisioGraphics>
-
-
Constructor Summary
Constructors Constructor Description DriverTextVdx(StringBounder stringBounder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
draw(UShape ushape, double x, double y, ColorMapper mapper, UParam param, VisioGraphics visio)
-
-
-
Constructor Detail
-
DriverTextVdx
public DriverTextVdx(StringBounder stringBounder)
-
-
Method Detail
-
draw
public void draw(UShape ushape, double x, double y, ColorMapper mapper, UParam param, VisioGraphics visio)
- Specified by:
draw
in interfaceUDriver<VisioGraphics>
-
-