Package net.sourceforge.plantuml.eps
Class EpsGraphicsMacroAndText
- java.lang.Object
-
- net.sourceforge.plantuml.eps.EpsGraphics
-
- net.sourceforge.plantuml.eps.EpsGraphicsMacro
-
- net.sourceforge.plantuml.eps.EpsGraphicsMacroAndText
-
public class EpsGraphicsMacroAndText extends EpsGraphicsMacro
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.eps.EpsGraphics
COEF, END_OF_FILE
-
-
Constructor Summary
Constructors Constructor Description EpsGraphicsMacroAndText()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
drawText(String text, FontConfiguration fontConfiguration, double x, double y)
-
Methods inherited from class net.sourceforge.plantuml.eps.EpsGraphicsMacro
append, closepath, curveto, epsHLine, epsVLine, fill, getBodyString, lineto, moveto, newpath, quadto
-
Methods inherited from class net.sourceforge.plantuml.eps.EpsGraphics
appendColor, appendColorShort, close, closeLink, closepathDot, curvetoNoMacro, drawEps, drawImage, ensureVisible, epsEllipse, epsEllipse, epsEllipseShadow, epsLine, epsPath, epsPolygon, epsPolygon, epsPolygonShadow, epsRectangle, epsRectangle, epsRectangleShadow, epsUrlLink, formatSimple4, getColor, getDashSpace, getDashVisible, getEPSCode, linetoNoMacro, movetoNoMacro, newpathDot, openLink, setFillColor, setStrokeColor, setStrokeWidth
-
-
-
-
Method Detail
-
drawText
public void drawText(String text, FontConfiguration fontConfiguration, double x, double y)
-
-