Class Text
java.lang.Object
pretty.layout.Text
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
Returns the message in blue and boldstatic String
highlight
(char character) Returns the char in bluestatic String
Returns the message in bluehighlight
(T number) Returns the number in bluestatic String
Returns the message in graystatic String
Returns the message in greenstatic String
Returns 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
-