public class AsciiTableFormat extends Object implements TableFormat
| Constructor and Description |
|---|
AsciiTableFormat() |
| 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 interface TableFormatpublic char getTopRightCorner()
getTopRightCorner in interface TableFormatpublic char getBottomLeftCorner()
getBottomLeftCorner in interface TableFormatpublic char getBottomRightCorner()
getBottomRightCorner in interface TableFormatpublic char getTopEdgeBorderDivider()
getTopEdgeBorderDivider in interface TableFormatpublic char getBottomEdgeBorderDivider()
getBottomEdgeBorderDivider in interface TableFormatpublic char getLeftEdgeBorderDivider(boolean underHeaders)
getLeftEdgeBorderDivider in interface TableFormatpublic char getRightEdgeBorderDivider(boolean underHeaders)
getRightEdgeBorderDivider in interface TableFormatpublic char getHorizontalBorderFill(boolean edge,
boolean underHeaders)
getHorizontalBorderFill in interface TableFormatpublic char getVerticalBorderFill(boolean edge)
getVerticalBorderFill in interface TableFormatpublic char getCross(boolean underHeaders,
boolean emptyData)
getCross in interface TableFormatCopyright © 2018–2019 none. All rights reserved.