All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
AttributedStringBuilder |
altCharset(String altIn,
String altOut) |
AttributedStringBuilder |
ansiAppend(String ansi) |
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 |
append(char c) |
static AttributedString |
append(CharSequence... strings) |
AttributedStringBuilder |
append(CharSequence csq) |
AttributedStringBuilder |
append(CharSequence csq,
AttributedStyle style) |
AttributedStringBuilder |
append(CharSequence csq,
int start,
int end) |
void |
appendAnsi(String ansi) |
protected char[] |
buffer() |
char |
charAt(int index) |
protected void |
ensureCapacity(int nl) |
protected void |
insertTab(AttributedStyle s) |
int |
length() |
protected int |
offset() |
void |
setLength(int l) |
AttributedStyle |
style() |
AttributedStringBuilder |
style(AttributedStyle style) |
AttributedStringBuilder |
style(Function<AttributedStyle,AttributedStyle> style) |
AttributedStyle |
styleAt(int index) |
AttributedStringBuilder |
styled(AttributedStyle style,
CharSequence cs) |
AttributedStringBuilder |
styled(Function<AttributedStyle,AttributedStyle> style,
CharSequence cs) |
AttributedStringBuilder |
styled(Function<AttributedStyle,AttributedStyle> style,
Consumer<AttributedStringBuilder> consumer) |
AttributedStringBuilder |
styleMatches(Pattern pattern,
AttributedStyle s) |
AttributedStringBuilder |
styleMatches(Pattern pattern,
List<AttributedStyle> styles) |
AttributedString |
subSequence(int start,
int end) |
AttributedStringBuilder |
tabs(int tabsize)
Set the number of spaces a tab is expanded to.
|
AttributedStringBuilder |
tabs(List<Integer> tabs) |