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 draw(double x, double y, UShape shape)
           
 UmlCharArea getCharArea()
           
 StringBounder getStringBounder()
           
 void setAntiAliasing(boolean trueForOn)
           
 void setClip(UClip clip)
           
 void setUrl(String url, String tooltip)
           
 
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)

setUrl

public void setUrl(String url,
                   String tooltip)


Copyright © 2011. All Rights Reserved.