Uses of Class
org.jline.utils.AttributedStyle
Packages that use AttributedStyle
-
Uses of AttributedStyle in org.jline.utils
Fields in org.jline.utils declared as AttributedStyleModifier and TypeFieldDescriptionstatic final AttributedStyle
AttributedStyle.BOLD
static final AttributedStyle
AttributedStyle.BOLD_OFF
static final AttributedStyle
AttributedStyle.DEFAULT
static final AttributedStyle
AttributedStyle.HIDDEN
static final AttributedStyle
AttributedStyle.HIDDEN_OFF
static final AttributedStyle
AttributedStyle.INVERSE
static final AttributedStyle
AttributedStyle.INVERSE_OFF
Methods in org.jline.utils that return AttributedStyleModifier and TypeMethodDescriptionAttributedStyle.background
(int color) AttributedStyle.background
(int r, int g, int b) AttributedStyle.backgroundDefault()
AttributedStyle.backgroundOff()
AttributedStyle.backgroundRgb
(int color) AttributedStyle.blink()
AttributedStyle.blinkDefault()
AttributedStyle.blinkOff()
AttributedStyle.bold()
AttributedStyle.boldDefault()
AttributedStyle.boldOff()
AttributedStyle.conceal()
AttributedStyle.concealDefault()
AttributedStyle.concealOff()
AttributedStyle.crossedOut()
AttributedStyle.crossedOutDefault()
AttributedStyle.crossedOutOff()
AttributedStyle.faint()
AttributedStyle.faintDefault()
AttributedStyle.faintOff()
AttributedStyle.foreground
(int color) AttributedStyle.foreground
(int r, int g, int b) AttributedStyle.foregroundDefault()
AttributedStyle.foregroundOff()
AttributedStyle.foregroundRgb
(int color) AttributedStyle.hidden()
The hidden flag can be used to embed custom escape sequences.AttributedStyle.hiddenDefault()
AttributedStyle.hiddenOff()
AttributedStyle.inverse()
AttributedStyle.inverseDefault()
AttributedStyle.inverseNeg()
AttributedStyle.inverseOff()
AttributedStyle.italic()
AttributedStyle.italicDefault()
AttributedStyle.italicOff()
Resolve the given style specification.Resolve the given style specification.AttributedStringBuilder.style()
abstract AttributedStyle
AttributedCharSequence.styleAt
(int index) AttributedString.styleAt
(int index) AttributedStringBuilder.styleAt
(int index) AttributedStyle.underline()
AttributedStyle.underlineDefault()
AttributedStyle.underlineOff()
Methods in org.jline.utils with parameters of type AttributedStyleModifier and TypeMethodDescriptionAttributedStringBuilder.append
(CharSequence csq, AttributedStyle style) protected void
AttributedStringBuilder.insertTab
(AttributedStyle s) AttributedStringBuilder.style
(AttributedStyle style) AttributedStringBuilder.styled
(AttributedStyle style, CharSequence cs) AttributedString.styleMatches
(Pattern pattern, AttributedStyle style) AttributedStringBuilder.styleMatches
(Pattern pattern, AttributedStyle s) Method parameters in org.jline.utils with type arguments of type AttributedStyleModifier and TypeMethodDescriptionAttributedStringBuilder.style
(Function<AttributedStyle, AttributedStyle> style) AttributedStringBuilder.style
(Function<AttributedStyle, AttributedStyle> style) AttributedStringBuilder.styled
(Function<AttributedStyle, AttributedStyle> style, CharSequence cs) AttributedStringBuilder.styled
(Function<AttributedStyle, AttributedStyle> style, CharSequence cs) AttributedStringBuilder.styled
(Function<AttributedStyle, AttributedStyle> style, Consumer<AttributedStringBuilder> consumer) AttributedStringBuilder.styled
(Function<AttributedStyle, AttributedStyle> style, Consumer<AttributedStringBuilder> consumer) AttributedStringBuilder.styleMatches
(Pattern pattern, List<AttributedStyle> styles) Constructors in org.jline.utils with parameters of type AttributedStyleModifierConstructorDescriptionAttributedString
(CharSequence str, int start, int end, AttributedStyle s)