net.sourceforge.plantuml.ugraphic.txt
Class UGraphicTxt

java.lang.Object
  extended by net.sourceforge.plantuml.ugraphic.AbstractCommonUGraphic
      extended by net.sourceforge.plantuml.ugraphic.txt.UGraphicTxt
All Implemented Interfaces:
UGraphic

public class UGraphicTxt
extends AbstractCommonUGraphic


Constructor Summary
UGraphicTxt()
           
 
Method Summary
 void centerChar(double x, double y, char c, UFont font)
           
 void closeAction()
           
 UGroup createGroup()
           
 void draw(double x, double y, UShape shape)
           
 UmlCharArea getCharArea()
           
 StringBounder getStringBounder()
           
 void setAntiAliasing(boolean trueForOn)
           
 void setClip(UClip clip)
           
 void startUrl(Url url)
           
 
Methods inherited from class net.sourceforge.plantuml.ugraphic.AbstractCommonUGraphic
getColorMapper, getParam, getTranslateX, getTranslateY, setTranslate, translate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UGraphicTxt

public UGraphicTxt()
Method Detail

getStringBounder

public StringBounder getStringBounder()

draw

public void draw(double x,
                 double y,
                 UShape shape)

setClip

public void setClip(UClip clip)

centerChar

public void centerChar(double x,
                       double y,
                       char c,
                       UFont font)

getCharArea

public final UmlCharArea getCharArea()

setAntiAliasing

public void setAntiAliasing(boolean trueForOn)

startUrl

public void startUrl(Url url)

closeAction

public void closeAction()

createGroup

public UGroup createGroup()


Copyright © 2013. All Rights Reserved.