Uses of Class
org.jline.utils.AttributedStringBuilder
Packages that use AttributedStringBuilder
-
Uses of AttributedStringBuilder in org.jline.utils
Methods in org.jline.utils that return AttributedStringBuilderModifier and TypeMethodDescriptionAttributedStringBuilder.altCharset(String altIn, String altOut) AttributedStringBuilder.ansiAppend(String ansi) AttributedStringBuilder.append(char c) AttributedStringBuilder.append(char c, int repeat) AttributedStringBuilder.append(CharSequence csq) AttributedStringBuilder.append(CharSequence csq, int start, int end) AttributedStringBuilder.append(CharSequence csq, AttributedStyle style) AttributedStringBuilder.append(AttributedCharSequence str) AttributedStringBuilder.append(AttributedCharSequence str, int start, int end) AttributedStringBuilder.append(AttributedString str) AttributedStringBuilder.append(AttributedString str, int start, int end) AttributedStringBuilder.style(Function<AttributedStyle, AttributedStyle> style) AttributedStringBuilder.style(AttributedStyle style) AttributedStringBuilder.styled(Function<AttributedStyle, AttributedStyle> style, CharSequence cs) AttributedStringBuilder.styled(Function<AttributedStyle, AttributedStyle> style, Consumer<AttributedStringBuilder> consumer) AttributedStringBuilder.styled(AttributedStyle style, CharSequence cs) AttributedStringBuilder.styleMatches(Pattern pattern, List<AttributedStyle> styles) AttributedStringBuilder.styleMatches(Pattern pattern, AttributedStyle s) AttributedStringBuilder.tabs(int tabsize) Set the number of spaces a tab is expanded to.Method parameters in org.jline.utils with type arguments of type AttributedStringBuilderModifier and TypeMethodDescriptionAttributedStringBuilder.styled(Function<AttributedStyle, AttributedStyle> style, Consumer<AttributedStringBuilder> consumer)