Package | Description |
---|---|
org.jboss.aesh.terminal |
Modifier and Type | Method and Description |
---|---|
static Color.Intensity |
Color.Intensity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Color.Intensity[] |
Color.Intensity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
TerminalColor(Color textColor,
Color background,
Color.Intensity intensity) |
TerminalColor(Color text,
int background,
Color.Intensity intensity) |
TerminalColor(int text,
Color background,
Color.Intensity intensity) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.