Uses of Class
org.jline.utils.AttributedStyle
-
Packages that use AttributedStyle Package Description org.jline.utils JLine 3. -
-
Uses of AttributedStyle in org.jline.utils
Fields in org.jline.utils declared as AttributedStyle Modifier and Type Field Description static AttributedStyle
AttributedStyle. BOLD
static AttributedStyle
AttributedStyle. BOLD_OFF
static AttributedStyle
AttributedStyle. DEFAULT
static AttributedStyle
AttributedStyle. HIDDEN
static AttributedStyle
AttributedStyle. HIDDEN_OFF
static AttributedStyle
AttributedStyle. INVERSE
static AttributedStyle
AttributedStyle. INVERSE_OFF
Methods in org.jline.utils that return AttributedStyle Modifier and Type Method Description AttributedStyle
AttributedStyle. background(int color)
AttributedStyle
AttributedStyle. background(int r, int g, int b)
AttributedStyle
AttributedStyle. backgroundDefault()
AttributedStyle
AttributedStyle. backgroundOff()
AttributedStyle
AttributedStyle. backgroundRgb(int color)
AttributedStyle
AttributedStyle. blink()
AttributedStyle
AttributedStyle. blinkDefault()
AttributedStyle
AttributedStyle. blinkOff()
AttributedStyle
AttributedStyle. bold()
AttributedStyle
AttributedStyle. boldDefault()
AttributedStyle
AttributedStyle. boldOff()
AttributedStyle
AttributedStyle. conceal()
AttributedStyle
AttributedStyle. concealDefault()
AttributedStyle
AttributedStyle. concealOff()
AttributedStyle
AttributedStyle. crossedOut()
AttributedStyle
AttributedStyle. crossedOutDefault()
AttributedStyle
AttributedStyle. crossedOutOff()
AttributedStyle
AttributedStyle. faint()
AttributedStyle
AttributedStyle. faintDefault()
AttributedStyle
AttributedStyle. faintOff()
AttributedStyle
AttributedStyle. foreground(int color)
AttributedStyle
AttributedStyle. foreground(int r, int g, int b)
AttributedStyle
AttributedStyle. foregroundDefault()
AttributedStyle
AttributedStyle. foregroundOff()
AttributedStyle
AttributedStyle. foregroundRgb(int color)
AttributedStyle
AttributedStyle. hidden()
The hidden flag can be used to embed custom escape sequences.AttributedStyle
AttributedStyle. hiddenDefault()
AttributedStyle
AttributedStyle. hiddenOff()
AttributedStyle
AttributedStyle. inverse()
AttributedStyle
AttributedStyle. inverseDefault()
AttributedStyle
AttributedStyle. inverseNeg()
AttributedStyle
AttributedStyle. inverseOff()
AttributedStyle
AttributedStyle. italic()
AttributedStyle
AttributedStyle. italicDefault()
AttributedStyle
AttributedStyle. italicOff()
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()
abstract AttributedStyle
AttributedCharSequence. styleAt(int index)
AttributedStyle
AttributedString. styleAt(int index)
AttributedStyle
AttributedStringBuilder. styleAt(int index)
AttributedStyle
AttributedStyle. underline()
AttributedStyle
AttributedStyle. underlineDefault()
AttributedStyle
AttributedStyle. underlineOff()
Methods in org.jline.utils with parameters of type AttributedStyle Modifier and Type Method Description AttributedStringBuilder
AttributedStringBuilder. append(java.lang.CharSequence csq, AttributedStyle style)
protected void
AttributedStringBuilder. insertTab(AttributedStyle s)
AttributedStringBuilder
AttributedStringBuilder. style(AttributedStyle style)
AttributedStringBuilder
AttributedStringBuilder. styled(AttributedStyle style, java.lang.CharSequence cs)
AttributedString
AttributedString. styleMatches(java.util.regex.Pattern pattern, AttributedStyle style)
AttributedStringBuilder
AttributedStringBuilder. 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 AttributedStringBuilder
AttributedStringBuilder. style(java.util.function.Function<AttributedStyle,AttributedStyle> style)
AttributedStringBuilder
AttributedStringBuilder. style(java.util.function.Function<AttributedStyle,AttributedStyle> style)
AttributedStringBuilder
AttributedStringBuilder. styled(java.util.function.Function<AttributedStyle,AttributedStyle> style, java.lang.CharSequence cs)
AttributedStringBuilder
AttributedStringBuilder. styled(java.util.function.Function<AttributedStyle,AttributedStyle> style, java.lang.CharSequence cs)
AttributedStringBuilder
AttributedStringBuilder. styled(java.util.function.Function<AttributedStyle,AttributedStyle> style, java.util.function.Consumer<AttributedStringBuilder> consumer)
AttributedStringBuilder
AttributedStringBuilder. styled(java.util.function.Function<AttributedStyle,AttributedStyle> style, java.util.function.Consumer<AttributedStringBuilder> consumer)
AttributedStringBuilder
AttributedStringBuilder. 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)
-