public class UTF8TableFormat extends TableFormatAbstract
ASCIITable.
Uses double pipes in most cases.| Constructor and Description |
|---|
UTF8TableFormat() |
| Modifier and Type | Method and Description |
|---|---|
char |
getBottomEdgeBorderDivider() |
char |
getBottomLeftCorner() |
char |
getBottomRightCorner() |
char |
getCross(boolean underHeaders,
boolean emptyData) |
char |
getHorizontalBorderFill(boolean edge,
boolean underHeaders) |
char |
getLeftEdgeBorderDivider(boolean underHeaders) |
char |
getRightEdgeBorderDivider(boolean underHeaders) |
char |
getTopEdgeBorderDivider() |
char |
getTopLeftCorner() |
char |
getTopRightCorner() |
char |
getVerticalBorderFill(boolean edge) |
public char getTopLeftCorner()
getTopLeftCorner in class TableFormatAbstractpublic char getTopRightCorner()
getTopRightCorner in class TableFormatAbstractpublic char getBottomLeftCorner()
getBottomLeftCorner in class TableFormatAbstractpublic char getBottomRightCorner()
getBottomRightCorner in class TableFormatAbstractpublic char getTopEdgeBorderDivider()
getTopEdgeBorderDivider in class TableFormatAbstractpublic char getBottomEdgeBorderDivider()
getBottomEdgeBorderDivider in class TableFormatAbstractpublic char getLeftEdgeBorderDivider(boolean underHeaders)
getLeftEdgeBorderDivider in class TableFormatAbstractunderHeaders - True if the border is directly between the headers of the table and the first row.public char getRightEdgeBorderDivider(boolean underHeaders)
getRightEdgeBorderDivider in class TableFormatAbstractunderHeaders - True if the border is directly between the headers of the table and the first row.public char getHorizontalBorderFill(boolean edge,
boolean underHeaders)
getHorizontalBorderFill in class TableFormatAbstractedge - True if the border is on the top or bottom edge of the table.underHeaders - True if the border is directly between the headers of the table and the first row.public char getVerticalBorderFill(boolean edge)
getVerticalBorderFill in class TableFormatAbstractedge - True if the border is on the left or right edge of the table.public char getCross(boolean underHeaders,
boolean emptyData)
getCross in class TableFormatAbstractunderHeaders - True if the border is directly between the headers of the table and the first row.emptyData - True if the table has no data. In this case it can be more aesthetically pleasing to use a
bottom edge divider to provide a flat surface for the bottom of the border.
(The cross will only appear under the headers at this point, so underHeaders is true when emptyData is true).Copyright © 2017. All rights reserved.