Class Text
java.lang.Object
pretty.layout.Text
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringReturns the message in blue and boldstatic Stringhighlight(char character) Returns the char in bluestatic StringReturns the message in bluehighlight(T number) Returns the number in bluestatic StringReturns the message in graystatic StringReturns the message in greenstatic StringReturns the message in red
-
Constructor Details
-
Text
public Text()
-
-
Method Details
-
warning
-
success
-
header
-
locked
-
highlight
-
highlight
-
highlight
Returns the char in blue- Parameters:
character- - the char- Returns:
- the formatted character as string
-