| Package | Description |
|---|---|
| io.dataspray.aws.cdk.maven.text.table |
| Modifier and Type | Method and Description |
|---|---|
static Alignment |
Alignment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Alignment[] |
Alignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<Alignment> |
Cell.getAlignment() |
| Modifier and Type | Method and Description |
|---|---|
static Cell |
Cell.of(String value,
Alignment alignment,
Ansi.Parameter... parameters) |
static Column |
Column.of(String heading,
int width,
Alignment alignment,
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.