Class UText
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.UText
-
-
Constructor Summary
Constructors Constructor Description UText(java.lang.String text, FontConfiguration font)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAriaLabel()
double
getDescent()
FontConfiguration
getFontConfiguration()
java.lang.String
getText()
java.lang.String
toString()
UText
withAriaLabel(java.lang.String newAriaLabel)
-
-
-
Constructor Detail
-
UText
public UText(java.lang.String text, FontConfiguration font)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
withAriaLabel
public UText withAriaLabel(java.lang.String newAriaLabel)
-
getText
public java.lang.String getText()
-
getFontConfiguration
public FontConfiguration getFontConfiguration()
-
getDescent
public double getDescent()
-
getAriaLabel
public java.lang.String getAriaLabel()
-
-