| Package | Description |
|---|---|
| io.dataspray.aws.cdk.maven.text | |
| io.dataspray.aws.cdk.maven.text.table |
| Modifier and Type | Class and Description |
|---|---|
static class |
Ansi.BackgroundColor |
static class |
Ansi.Color |
static class |
Ansi.Decoration |
| Modifier and Type | Method and Description |
|---|---|
static String |
Ansi.format(Ansi.Parameter... parameters) |
| Modifier and Type | Method and Description |
|---|---|
static String |
Ansi.format(Collection<Ansi.Parameter> parameters) |
| Modifier and Type | Method and Description |
|---|---|
List<Ansi.Parameter> |
Cell.getAnsiParameters() |
| Modifier and Type | Method and Description |
|---|---|
static Cell |
Cell.of(String value,
Alignment alignment,
Ansi.Parameter... parameters) |
static Cell |
Cell.of(String value,
Ansi.Parameter... parameters) |
static Column |
Column.of(String heading,
int width,
Alignment alignment,
Ansi.Parameter... parameters) |
static Column |
Column.of(String heading,
int width,
Ansi.Parameter... parameters) |
| Constructor and Description |
|---|
Cell(String value,
Alignment alignment,
List<Ansi.Parameter> ansiParameters) |
Column(String heading,
int width,
Alignment alignment,
List<Ansi.Parameter> format) |
Copyright © 2022. All rights reserved.