Uses of Class
org.jline.utils.AttributedCharSequence.ForceMode
-
Packages that use AttributedCharSequence.ForceMode Package Description org.jline.utils JLine utility classes. -
-
Uses of AttributedCharSequence.ForceMode in org.jline.utils
Methods in org.jline.utils that return AttributedCharSequence.ForceMode Modifier and Type Method Description static AttributedCharSequence.ForceMode
AttributedCharSequence.ForceMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AttributedCharSequence.ForceMode[]
AttributedCharSequence.ForceMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jline.utils with parameters of type AttributedCharSequence.ForceMode Modifier and Type Method Description java.lang.String
AttributedCharSequence. toAnsi(int colors, AttributedCharSequence.ForceMode force)
Converts this attributed string to an ANSI escape sequence string with the specified color capabilities and force mode.java.lang.String
AttributedCharSequence. toAnsi(int colors, AttributedCharSequence.ForceMode force, ColorPalette palette)
Converts this attributed string to an ANSI escape sequence string with the specified color capabilities, force mode, and color palette.java.lang.String
AttributedCharSequence. toAnsi(int colors, AttributedCharSequence.ForceMode force, ColorPalette palette, java.lang.String altIn, java.lang.String altOut)
Converts this attributed string to an ANSI escape sequence string with the specified color capabilities, force mode, color palette, and alternate character set sequences.
-