Uses of Class
org.jline.utils.AttributedCharSequence
-
Packages that use AttributedCharSequence Package Description org.jline.utils JLine utility classes. -
-
Uses of AttributedCharSequence in org.jline.utils
Subclasses of AttributedCharSequence in org.jline.utils Modifier and Type Class Description classAttributedStringAn immutable character sequence with ANSI style attributes.classAttributedStringBuilderA mutable builder for creating styled text strings with ANSI attributes.Methods in org.jline.utils with parameters of type AttributedCharSequence Modifier and Type Method Description AttributedStringBuilderAttributedStringBuilder. append(AttributedCharSequence str)Appends the specified AttributedCharSequence to this builder.AttributedStringBuilderAttributedStringBuilder. append(AttributedCharSequence str, int start, int end)Appends a subsequence of the specified AttributedCharSequence to this builder.
-