Uses of Class
org.jline.utils.AttributedCharSequence
Packages that use AttributedCharSequence
-
Uses of AttributedCharSequence in org.jline.utils
Subclasses of AttributedCharSequence in org.jline.utilsModifier and TypeClassDescriptionclassAn immutable character sequence with ANSI style attributes.classA mutable builder for creating styled text strings with ANSI attributes.Methods in org.jline.utils with parameters of type AttributedCharSequenceModifier and TypeMethodDescriptionAttributedStringBuilder.append(AttributedCharSequence str) Appends the specified AttributedCharSequence to this builder.AttributedStringBuilder.append(AttributedCharSequence str, int start, int end) Appends a subsequence of the specified AttributedCharSequence to this builder.