net.sourceforge.plantuml.ugraphic
Class UText

java.lang.Object
  extended by net.sourceforge.plantuml.ugraphic.UText
All Implemented Interfaces:
UShape

public class UText
extends Object
implements UShape


Constructor Summary
UText(String text, FontConfiguration font)
           
 
Method Summary
 double getDescent()
           
 FontConfiguration getFontConfiguration()
           
 String getText()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UText

public UText(String text,
             FontConfiguration font)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getText

public String getText()

getFontConfiguration

public FontConfiguration getFontConfiguration()

getDescent

public double getDescent()


Copyright © 2014. All Rights Reserved.