Package net.sourceforge.plantuml.text
Class StyledString
- java.lang.Object
-
- net.sourceforge.plantuml.text.StyledString
-
public class StyledString extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.util.List<StyledString>
build(java.lang.String s)
FontStyle
getStyle()
java.lang.String
getText()
java.lang.String
toString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
getText
public final java.lang.String getText()
-
getStyle
public final FontStyle getStyle()
-
build
public static java.util.List<StyledString> build(java.lang.String s)
-
-