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 class
AttributedString
An immutable character sequence with ANSI style attributes.class
AttributedStringBuilder
A 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 AttributedStringBuilder
AttributedStringBuilder. append(AttributedCharSequence str)
Appends the specified AttributedCharSequence to this builder.AttributedStringBuilder
AttributedStringBuilder. append(AttributedCharSequence str, int start, int end)
Appends a subsequence of the specified AttributedCharSequence to this builder.
-