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
 FontConfiguration getFontConfiguration()
           
 String getText()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UText

public UText(String text,
             FontConfiguration font)
Method Detail

getText

public String getText()

getFontConfiguration

public FontConfiguration getFontConfiguration()


Copyright © 2013. All Rights Reserved.