Interface FancyText
-
- All Known Implementing Classes:
FancyHeader
,FancyMessage
public interface FancyText
A fancy text.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getFancyText()
Gets theString
-representation of thisFancyText
.
-