| Modifier and Type | Method and Description |
|---|---|
AsciiTable |
AsciiTable.setCharTranslator(CharacterTranslator charTranslator)
Sets the character translator for all cells in the table.
|
AsciiTable |
AsciiTable.setHtmlElementTranslator(HtmlElementTranslator htmlElementTranslator)
Sets the HTML entity translator for all cells in the table.
|
AsciiTable |
AsciiTable.setPadding(int padding)
Sets all padding for all cells in the table to the same value.
|
AsciiTable |
AsciiTable.setPaddingBottom(int paddingBottom)
Sets the bottom padding for all cells in the table.
|
AsciiTable |
AsciiTable.setPaddingBottomChar(Character paddingBottomChar)
Sets the bottom padding character for all cells in the table.
|
AsciiTable |
AsciiTable.setPaddingLeft(int paddingLeft)
Sets the left padding for all cells in the table.
|
AsciiTable |
AsciiTable.setPaddingLeftChar(Character paddingLeftChar)
Sets the left padding character for all cells in the table.
|
AsciiTable |
AsciiTable.setPaddingLeftRight(int padding)
Sets left and right padding for all cells in the table.
|
AsciiTable |
AsciiTable.setPaddingLeftRight(int paddingLeft,
int paddingRight)
Sets left and right padding for all cells in the table (only if both values are not smaller than 0).
|
AsciiTable |
AsciiTable.setPaddingRight(int paddingRight)
Sets the right padding for all cells in the table.
|
AsciiTable |
AsciiTable.setPaddingRightChar(Character paddingRightChar)
Sets the right padding character for all cells in the table.
|
AsciiTable |
AsciiTable.setPaddingTop(int paddingTop)
Sets the top padding for all cells in the table.
|
AsciiTable |
AsciiTable.setPaddingTopBottom(int padding)
Sets top and bottom padding for all cells in the table.
|
AsciiTable |
AsciiTable.setPaddingTopBottom(int paddingTop,
int paddingBottom)
Sets top and bottom padding for all cells in the table (only if both values are not smaller than 0).
|
AsciiTable |
AsciiTable.setPaddingTopChar(Character paddingTopChar)
Sets the top padding character for all cells in the table.
|
AsciiTable |
AsciiTable.setRenderer(AT_Renderer renderer)
Sets the table renderer.
|
AsciiTable |
AsciiTable.setTargetTranslator(TargetTranslator targetTranslator)
Sets the target translator for all cells in the table.
|
AsciiTable |
AsciiTable.setTextAlignment(TextAlignment textAlignment)
Sets the text alignment for all cells in the table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AsciiTableTheme.apply(AsciiTable table)
Applies the theme by setting parameters in the given context.
|
Copyright © 2014–2017. All rights reserved.