Uses of Enum Class
org.jline.utils.AttributedCharSequence.ForceMode
Packages that use AttributedCharSequence.ForceMode
-
Uses of AttributedCharSequence.ForceMode in org.jline.utils
Methods in org.jline.utils that return AttributedCharSequence.ForceModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static AttributedCharSequence.ForceMode[]
AttributedCharSequence.ForceMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jline.utils with parameters of type AttributedCharSequence.ForceModeModifier and TypeMethodDescriptionAttributedCharSequence.toAnsi
(int colors, AttributedCharSequence.ForceMode force) Converts this attributed string to an ANSI escape sequence string with the specified color capabilities and force mode.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.AttributedCharSequence.toAnsi
(int colors, AttributedCharSequence.ForceMode force, ColorPalette palette, String altIn, 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.