public class TableCell extends Object
| Constructor and Description |
|---|
TableCell(String value) |
TableCell(String value,
boolean left,
boolean isNumeric) |
| Modifier and Type | Method and Description |
|---|---|
static String |
color(String value,
AnsiColor color,
AnsiBackgroundColor backgroundColor) |
String |
getValue() |
String |
render(TableTheme theme,
int minWidth) |
public TableCell(String value)
public TableCell(String value, boolean left, boolean isNumeric)
public static String color(String value, AnsiColor color, AnsiBackgroundColor backgroundColor)
public String getValue()
public String render(TableTheme theme, int minWidth)
Copyright © 2019. All rights reserved.