AttributedStyle |
AttributedStyle.background(int color) |
Returns a new style with the specified background color.
|
AttributedStyle |
AttributedStyle.background(int r,
int g,
int b) |
Returns a new style with the specified RGB background color.
|
AttributedStyle |
AttributedStyle.backgroundDefault() |
Returns a new style with the background color set to its default state.
|
AttributedStyle |
AttributedStyle.backgroundOff() |
Returns a new style with the background color explicitly disabled.
|
AttributedStyle |
AttributedStyle.backgroundRgb(int color) |
Returns a new style with the specified RGB background color.
|
AttributedStyle |
AttributedStyle.blink() |
Returns a new style with the blink attribute enabled.
|
AttributedStyle |
AttributedStyle.blinkDefault() |
Returns a new style with the blink attribute set to its default state.
|
AttributedStyle |
AttributedStyle.blinkOff() |
Returns a new style with the blink attribute explicitly disabled.
|
AttributedStyle |
AttributedStyle.bold() |
Returns a new style with the bold attribute enabled.
|
AttributedStyle |
AttributedStyle.boldDefault() |
Returns a new style with the bold attribute set to its default state.
|
AttributedStyle |
AttributedStyle.boldOff() |
Returns a new style with the bold attribute explicitly disabled.
|
AttributedStyle |
AttributedStyle.conceal() |
Returns a new style with the conceal attribute enabled.
|
AttributedStyle |
AttributedStyle.concealDefault() |
Returns a new style with the conceal attribute set to its default state.
|
AttributedStyle |
AttributedStyle.concealOff() |
Returns a new style with the conceal attribute explicitly disabled.
|
AttributedStyle |
AttributedStyle.crossedOut() |
Returns a new style with the crossed-out attribute enabled.
|
AttributedStyle |
AttributedStyle.crossedOutDefault() |
Returns a new style with the crossed-out attribute set to its default state.
|
AttributedStyle |
AttributedStyle.crossedOutOff() |
Returns a new style with the crossed-out attribute explicitly disabled.
|
AttributedStyle |
AttributedStyle.faint() |
Returns a new style with the faint attribute enabled.
|
AttributedStyle |
AttributedStyle.faintDefault() |
Returns a new style with the faint attribute set to its default state.
|
AttributedStyle |
AttributedStyle.faintOff() |
Returns a new style with the faint attribute explicitly disabled.
|
AttributedStyle |
AttributedStyle.foreground(int color) |
Returns a new style with the specified foreground color.
|
AttributedStyle |
AttributedStyle.foreground(int r,
int g,
int b) |
Returns a new style with the specified RGB foreground color.
|
AttributedStyle |
AttributedStyle.foregroundDefault() |
Returns a new style with the foreground color set to its default state.
|
AttributedStyle |
AttributedStyle.foregroundOff() |
Returns a new style with the foreground color explicitly disabled.
|
AttributedStyle |
AttributedStyle.foregroundRgb(int color) |
Returns a new style with the specified RGB foreground color.
|
AttributedStyle |
AttributedStyle.hidden() |
The hidden flag can be used to embed custom escape sequences.
|
AttributedStyle |
AttributedStyle.hiddenDefault() |
Returns a new style with the hidden attribute set to its default state.
|
AttributedStyle |
AttributedStyle.hiddenOff() |
Returns a new style with the hidden attribute explicitly disabled.
|
AttributedStyle |
AttributedStyle.inverse() |
Returns a new style with the inverse attribute enabled.
|
AttributedStyle |
AttributedStyle.inverseDefault() |
Returns a new style with the inverse attribute set to its default state.
|
AttributedStyle |
AttributedStyle.inverseNeg() |
Returns a new style with the inverse attribute toggled.
|
AttributedStyle |
AttributedStyle.inverseOff() |
Returns a new style with the inverse attribute explicitly disabled.
|
AttributedStyle |
AttributedStyle.italic() |
Returns a new style with the italic attribute enabled.
|
AttributedStyle |
AttributedStyle.italicDefault() |
Returns a new style with the italic attribute set to its default state.
|
AttributedStyle |
AttributedStyle.italicOff() |
Returns a new style with the italic attribute explicitly disabled.
|
AttributedStyle |
StyleResolver.resolve(java.lang.String spec) |
Resolve the given style specification.
|
AttributedStyle |
StyleResolver.resolve(java.lang.String spec,
java.lang.String defaultSpec) |
Resolve the given style specification.
|
AttributedStyle |
AttributedStringBuilder.style() |
Returns the current style for this builder.
|
abstract AttributedStyle |
AttributedCharSequence.styleAt(int index) |
Returns the style at the specified index in this attributed string.
|
AttributedStyle |
AttributedString.styleAt(int index) |
Returns the style at the specified index in this attributed string.
|
AttributedStyle |
AttributedStringBuilder.styleAt(int index) |
Returns the style at the specified index in this attributed string builder.
|
AttributedStyle |
AttributedStyle.underline() |
Returns a new style with the underline attribute enabled.
|
AttributedStyle |
AttributedStyle.underlineDefault() |
Returns a new style with the underline attribute set to its default state.
|
AttributedStyle |
AttributedStyle.underlineOff() |
Returns a new style with the underline attribute explicitly disabled.
|