| Package | Description |
|---|---|
| org.jline.utils |
JLine 3.
|
| Modifier and Type | Method and Description |
|---|---|
static AttributedCharSequence.ForceMode |
AttributedCharSequence.ForceMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributedCharSequence.ForceMode[] |
AttributedCharSequence.ForceMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
AttributedCharSequence.toAnsi(int colors,
AttributedCharSequence.ForceMode force) |
String |
AttributedCharSequence.toAnsi(int colors,
AttributedCharSequence.ForceMode force,
ColorPalette palette) |
String |
AttributedCharSequence.toAnsi(int colors,
AttributedCharSequence.ForceMode force,
ColorPalette palette,
String altIn,
String altOut) |
Copyright © 2023. All rights reserved.