- getBg() - Method in class com.github.ajalt.mordant.AnsiColorCode
-
Get a color for background only.
- getBgCodes() - Method in class com.github.ajalt.mordant.Ansi16ColorCode
-
- getBgCodes() - Method in class com.github.ajalt.mordant.Ansi256ColorCode
-
- getBgCodes() - Method in class com.github.ajalt.mordant.AnsiColorCode
-
- getBgCodes() - Method in class com.github.ajalt.mordant.AnsiRGBColorCode
-
- getBlack() - Method in class com.github.ajalt.mordant.TermColors
-
- getBlue() - Method in class com.github.ajalt.mordant.TermColors
-
- getBold() - Method in class com.github.ajalt.mordant.TermColors
-
Render text as bold or increased intensity.
- getBrightBlue() - Method in class com.github.ajalt.mordant.TermColors
-
- getBrightCyan() - Method in class com.github.ajalt.mordant.TermColors
-
- getBrightGreen() - Method in class com.github.ajalt.mordant.TermColors
-
- getBrightMagenta() - Method in class com.github.ajalt.mordant.TermColors
-
- getBrightRed() - Method in class com.github.ajalt.mordant.TermColors
-
- getBrightWhite() - Method in class com.github.ajalt.mordant.TermColors
-
- getBrightYellow() - Method in class com.github.ajalt.mordant.TermColors
-
- getClose() - Method in class com.github.ajalt.mordant.AnsiCode
-
- getCodes() - Method in class com.github.ajalt.mordant.AnsiCode
-
A list of pairs,
- getCyan() - Method in class com.github.ajalt.mordant.TermColors
-
- getDim() - Method in class com.github.ajalt.mordant.TermColors
-
Render text as faint or decreased intensity.
- getGray() - Method in class com.github.ajalt.mordant.TermColors
-
- getGreen() - Method in class com.github.ajalt.mordant.TermColors
-
- getHidden() - Method in class com.github.ajalt.mordant.TermColors
-
Conceal text.
- getHideCursor() - Method in class com.github.ajalt.mordant.TermColors
-
Create an ANSI code to hide the cursor.
- getInverse() - Method in class com.github.ajalt.mordant.TermColors
-
Render text with background and foreground colors switched.
- getItalic() - Method in class com.github.ajalt.mordant.TermColors
-
Render text as italic.
- getLevel() - Method in class com.github.ajalt.mordant.TermColors
-
- getMagenta() - Method in class com.github.ajalt.mordant.TermColors
-
- getOpen() - Method in class com.github.ajalt.mordant.AnsiCode
-
- getRed() - Method in class com.github.ajalt.mordant.TermColors
-
- getReset() - Method in class com.github.ajalt.mordant.TermColors
-
Clear all active styles
- getShowCursor() - Method in class com.github.ajalt.mordant.TermColors
-
Create an ANSI code to show the cursor.
- getStrikethrough() - Method in class com.github.ajalt.mordant.TermColors
-
Render text with a strikethrough.
- getUnderline() - Method in class com.github.ajalt.mordant.TermColors
-
Underline text.
- getWhite() - Method in class com.github.ajalt.mordant.TermColors
-
- getYellow() - Method in class com.github.ajalt.mordant.TermColors
-
- gray(fraction) - Method in class com.github.ajalt.mordant.TermColors
-
Create a grayscale color code from a fraction in the range \[0, 1].