net.sourceforge.plantuml.eps
Class EpsGraphicsMacroAndText

java.lang.Object
  extended by net.sourceforge.plantuml.eps.EpsGraphics
      extended by net.sourceforge.plantuml.eps.EpsGraphicsMacro
          extended by net.sourceforge.plantuml.eps.EpsGraphicsMacroAndText

public class EpsGraphicsMacroAndText
extends EpsGraphicsMacro


Field Summary
 
Fields inherited from class net.sourceforge.plantuml.eps.EpsGraphics
END_OF_FILE
 
Constructor Summary
EpsGraphicsMacroAndText()
           
 
Method Summary
 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, epsEllipseShadow, epsLine, epsPath, epsPolygon, epsPolygonShadow, epsRectangle, epsRectangle, epsRectangleShadow, epsUrlLink, format, getColor, getDashSpace, getDashVisible, getEPSCode, linetoNoMacro, movetoNoMacro, newpathDot, openLink, setFillColor, setStrokeColor, setStrokeWidth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EpsGraphicsMacroAndText

public EpsGraphicsMacroAndText()
Method Detail

drawText

public void drawText(String text,
                     FontConfiguration fontConfiguration,
                     double x,
                     double y)


Copyright © 2014. All Rights Reserved.