T - The type of the "character", may be a char or a sprite or a byte
array.BottomDividerEdgeAccessor<T>, BottomRightEdgeAccessor<T>TableHeader<T>TableHeaderImpl, TableTailImplpublic interface TableTail<T> extends BottomDividerEdgeAccessor<T>, BottomRightEdgeAccessor<T>
| Modifier and Type | Method | Description |
|---|---|---|
T |
getBottomLeftEdge() |
Returns the table row's bottom left edge character, for example "╞"
(head) or "╘" (tail).
|
T |
getBottomLine() |
Returns the table row's bottom line character, for example "═".
|
getBottomDividerEdgegetBottomRightEdgeT getBottomLeftEdge()
T getBottomLine()
Copyright © 2018. All rights reserved.