public class TableTheme extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TableTheme.Builder |
| Modifier and Type | Field and Description |
|---|---|
static TableTheme |
COMPACT |
static TableTheme |
DEFAULT |
static TableTheme |
DOUBLE |
static TableTheme |
MINIMAL |
static TableTheme |
RED_HERRING |
static TableTheme |
ROUNDED |
static TableTheme |
TSV |
| Modifier and Type | Method and Description |
|---|---|
TableTheme.Builder |
begin() |
static TableTheme.Builder |
builder() |
String |
getBottomCross() |
AnsiBackgroundColor |
getCellBackground() |
String |
getCross() |
String |
getHorizontalSeparator() |
AnsiColor |
getHorizontalSpacerColor() |
String |
getLeftBottom() |
String |
getLeftCross() |
String |
getLeftTop() |
AnsiColor |
getNumericColor() |
String |
getPadding() |
String |
getRightBottom() |
String |
getRightCross() |
String |
getRightTop() |
AnsiColor |
getStringColor() |
String |
getTopCross() |
String |
getVerticalSeparator() |
AnsiColor |
getVerticalSpacerColor() |
public static final TableTheme DEFAULT
public static final TableTheme TSV
public static final TableTheme DOUBLE
public static final TableTheme ROUNDED
public static final TableTheme RED_HERRING
public static final TableTheme MINIMAL
public static final TableTheme COMPACT
public static TableTheme.Builder builder()
public TableTheme.Builder begin()
public AnsiColor getStringColor()
public AnsiColor getNumericColor()
public AnsiColor getHorizontalSpacerColor()
public AnsiColor getVerticalSpacerColor()
public AnsiBackgroundColor getCellBackground()
public String getHorizontalSeparator()
public String getVerticalSeparator()
public String getPadding()
public String getCross()
public String getLeftCross()
public String getRightCross()
public String getTopCross()
public String getBottomCross()
public String getLeftTop()
public String getRightTop()
public String getLeftBottom()
public String getRightBottom()
Copyright © 2019. All rights reserved.