| Package | Description |
|---|---|
| com.ethlo.ascii |
| Modifier and Type | Method and Description |
|---|---|
AnsiColor |
TableTheme.getHorizontalSpacerColor() |
AnsiColor |
TableTheme.getNumericColor() |
AnsiColor |
TableTheme.getStringColor() |
AnsiColor |
TableTheme.getVerticalSpacerColor() |
static AnsiColor |
AnsiColor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnsiColor[] |
AnsiColor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
TableCell.color(String value,
AnsiColor color,
AnsiBackgroundColor backgroundColor) |
TableTheme.Builder |
TableTheme.Builder.horizontalSpacerColor(AnsiColor horizontalSpacerColor) |
TableTheme.Builder |
TableTheme.Builder.numericColor(AnsiColor numericColor) |
TableTheme.Builder |
TableTheme.Builder.stringColor(AnsiColor stringColor) |
TableTheme.Builder |
TableTheme.Builder.verticalSpacerColor(AnsiColor verticalSpacerColor) |
Copyright © 2019. All rights reserved.