T - The type of the "character", may be a char or a sprite or a byte
array.BottomDividerEdgeAccessor<T>, BottomRightEdgeAccessor<T>, TableTail<T>public class TableTailImpl<T> extends Object implements TableTail<T>
TableTail interface.| Constructor | Description |
|---|---|
TableTailImpl(T aBottomLeftEdge,
T aBottomLine,
T aBottomDividerEdge,
T aBottomRightEdge) |
Constructs the table tail.
|
| Modifier and Type | Method | Description |
|---|---|---|
T |
getBottomDividerEdge() |
Returns the table row's bottom divider edge character, for example "╪"
(head) or "╧" (tail).
|
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 "═".
|
T |
getBottomRightEdge() |
Returns the table row's bottom left edge character, for example "╡"
(head) or "╛" (tail).
|
public TableTailImpl(T aBottomLeftEdge, T aBottomLine, T aBottomDividerEdge, T aBottomRightEdge)
aBottomLeftEdge - The bottom left edge.aBottomLine - The bottom line.aBottomDividerEdge - The bottom divider edge.aBottomRightEdge - The bottom right edge.public T getBottomLeftEdge()
getBottomLeftEdge in interface TableTail<T>public T getBottomDividerEdge()
getBottomDividerEdge in interface BottomDividerEdgeAccessor<T>public T getBottomRightEdge()
getBottomRightEdge in interface BottomRightEdgeAccessor<T>public T getBottomLine()
getBottomLine in interface TableTail<T>Copyright © 2018. All rights reserved.