Class Text
java.lang.Object
pretty.layout.Text
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
Textpublic Text()
 
- 
- 
Method Details- 
warning
- 
success
- 
header
- 
locked
- 
highlight
- 
highlight
- 
highlightReturns the char in blue- Parameters:
- character- - the char
- Returns:
- the formatted character as string
 
 
-