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