Uses of Class
org.jline.utils.AttributedStyle
-
Packages that use AttributedStyle Package Description org.jline.builtins org.jline.reader.impl org.jline.utils JLine 3. -
-
Uses of AttributedStyle in org.jline.builtins
Fields in org.jline.builtins declared as AttributedStyle Modifier and Type Field Description private AttributedStyleNano.HighlightRule. styleMethods in org.jline.builtins that return AttributedStyle Modifier and Type Method Description AttributedStyleNano.HighlightRule. getStyle()Constructors in org.jline.builtins with parameters of type AttributedStyle Constructor Description HighlightRule(AttributedStyle style, java.util.regex.Pattern pattern)HighlightRule(AttributedStyle style, java.util.regex.Pattern start, java.util.regex.Pattern end) -
Uses of AttributedStyle in org.jline.reader.impl
-
Uses of AttributedStyle in org.jline.utils
Fields in org.jline.utils declared as AttributedStyle Modifier and Type Field Description static AttributedStyleAttributedStyle. BOLDstatic AttributedStyleAttributedStyle. BOLD_OFFprivate AttributedStyleAttributedStringBuilder. currentstatic AttributedStyleAttributedStyle. DEFAULTstatic AttributedStyleAttributedStyle. HIDDENstatic AttributedStyleAttributedStyle. HIDDEN_OFFstatic AttributedStyleAttributedStyle. INVERSEstatic AttributedStyleAttributedStyle. INVERSE_OFFMethods in org.jline.utils that return AttributedStyle Modifier and Type Method Description private AttributedStyleStyleResolver. apply(AttributedStyle style, java.lang.String spec)Apply style specification.private AttributedStyleStyleResolver. applyAnsi(AttributedStyle style, java.lang.String spec)private AttributedStyleStyleResolver. applyColor(AttributedStyle style, java.lang.String spec)Apply color styles specification.private AttributedStyleStyleResolver. applyNamed(AttributedStyle style, java.lang.String name)Apply default named styles.private AttributedStyleStyleResolver. applyReference(AttributedStyle style, java.lang.String spec)Apply source-referenced named style.AttributedStyleAttributedStyle. background(int color)AttributedStyleAttributedStyle. background(int r, int g, int b)AttributedStyleAttributedStyle. backgroundDefault()AttributedStyleAttributedStyle. backgroundOff()AttributedStyleAttributedStyle. backgroundRgb(int color)AttributedStyleAttributedStyle. blink()AttributedStyleAttributedStyle. blinkDefault()AttributedStyleAttributedStyle. blinkOff()AttributedStyleAttributedStyle. bold()AttributedStyleAttributedStyle. boldDefault()AttributedStyleAttributedStyle. boldOff()AttributedStyleAttributedStyle. conceal()AttributedStyleAttributedStyle. concealDefault()AttributedStyleAttributedStyle. concealOff()AttributedStyleAttributedStyle. crossedOut()AttributedStyleAttributedStyle. crossedOutDefault()AttributedStyleAttributedStyle. crossedOutOff()AttributedStyleAttributedStyle. faint()AttributedStyleAttributedStyle. faintDefault()AttributedStyleAttributedStyle. faintOff()AttributedStyleAttributedStyle. foreground(int color)AttributedStyleAttributedStyle. foreground(int r, int g, int b)AttributedStyleAttributedStyle. foregroundDefault()AttributedStyleAttributedStyle. foregroundOff()AttributedStyleAttributedStyle. foregroundRgb(int color)AttributedStyleAttributedStyle. hidden()The hidden flag can be used to embed custom escape sequences.AttributedStyleAttributedStyle. hiddenDefault()AttributedStyleAttributedStyle. hiddenOff()AttributedStyleAttributedStyle. inverse()AttributedStyleAttributedStyle. inverseDefault()AttributedStyleAttributedStyle. inverseNeg()AttributedStyleAttributedStyle. inverseOff()AttributedStyleAttributedStyle. italic()AttributedStyleAttributedStyle. italicDefault()AttributedStyleAttributedStyle. italicOff()AttributedStyleStyleResolver. resolve(java.lang.String spec)Resolve the given style specification.AttributedStyleStyleResolver. resolve(java.lang.String spec, java.lang.String defaultSpec)Resolve the given style specification.AttributedStyleAttributedStringBuilder. style()abstract AttributedStyleAttributedCharSequence. styleAt(int index)AttributedStyleAttributedString. styleAt(int index)AttributedStyleAttributedStringBuilder. styleAt(int index)AttributedStyleAttributedStyle. underline()AttributedStyleAttributedStyle. underlineDefault()AttributedStyleAttributedStyle. underlineOff()Methods in org.jline.utils with parameters of type AttributedStyle Modifier and Type Method Description AttributedStringBuilderAttributedStringBuilder. append(java.lang.CharSequence csq, AttributedStyle style)private AttributedStyleStyleResolver. apply(AttributedStyle style, java.lang.String spec)Apply style specification.private AttributedStyleStyleResolver. applyAnsi(AttributedStyle style, java.lang.String spec)private AttributedStyleStyleResolver. applyColor(AttributedStyle style, java.lang.String spec)Apply color styles specification.private AttributedStyleStyleResolver. applyNamed(AttributedStyle style, java.lang.String name)Apply default named styles.private AttributedStyleStyleResolver. applyReference(AttributedStyle style, java.lang.String spec)Apply source-referenced named style.protected voidAttributedStringBuilder. insertTab(AttributedStyle s)AttributedStringBuilderAttributedStringBuilder. style(AttributedStyle style)AttributedStringBuilderAttributedStringBuilder. styled(AttributedStyle style, java.lang.CharSequence cs)AttributedStringAttributedString. styleMatches(java.util.regex.Pattern pattern, AttributedStyle style)AttributedStringBuilderAttributedStringBuilder. styleMatches(java.util.regex.Pattern pattern, AttributedStyle s)Method parameters in org.jline.utils with type arguments of type AttributedStyle Modifier and Type Method Description AttributedStringBuilderAttributedStringBuilder. style(java.util.function.Function<AttributedStyle,AttributedStyle> style)AttributedStringBuilderAttributedStringBuilder. style(java.util.function.Function<AttributedStyle,AttributedStyle> style)AttributedStringBuilderAttributedStringBuilder. styled(java.util.function.Function<AttributedStyle,AttributedStyle> style, java.lang.CharSequence cs)AttributedStringBuilderAttributedStringBuilder. styled(java.util.function.Function<AttributedStyle,AttributedStyle> style, java.lang.CharSequence cs)AttributedStringBuilderAttributedStringBuilder. styled(java.util.function.Function<AttributedStyle,AttributedStyle> style, java.util.function.Consumer<AttributedStringBuilder> consumer)AttributedStringBuilderAttributedStringBuilder. styled(java.util.function.Function<AttributedStyle,AttributedStyle> style, java.util.function.Consumer<AttributedStringBuilder> consumer)AttributedStringBuilderAttributedStringBuilder. styleMatches(java.util.regex.Pattern pattern, java.util.List<AttributedStyle> styles)Constructors in org.jline.utils with parameters of type AttributedStyle Constructor Description AttributedString(java.lang.CharSequence str, int start, int end, AttributedStyle s)AttributedString(java.lang.CharSequence str, AttributedStyle s)AttributedStyle(AttributedStyle s)
-