Class DriverTextEps
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.eps.DriverTextEps
-
- All Implemented Interfaces:
UDriver<UText,EpsGraphics>
public class DriverTextEps extends java.lang.Object implements UDriver<UText,EpsGraphics>
-
-
Constructor Summary
Constructors Constructor Description DriverTextEps(ClipContainer clipContainer, EpsStrategy strategy)
-
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, EpsGraphics eps)
-
-
-
Constructor Detail
-
DriverTextEps
public DriverTextEps(ClipContainer clipContainer, EpsStrategy strategy)
-
-
Method Detail
-
draw
public void draw(UText shape, double x, double y, ColorMapper mapper, UParam param, EpsGraphics eps)
- Specified by:
draw
in interfaceUDriver<UText,EpsGraphics>
-
-