T
- The type of the "character", may be a char or a sprite or a byte
array.public class TableTailImpl<T> extends Object implements TableTail<T>
TableTail
interface.Constructor and Description |
---|
TableTailImpl(T aBottomLeftEdge,
T aBottomLine,
T aBottomDividerEdge,
T aBottomRightEdge)
Constructs the table tail.
|
Modifier and Type | Method and 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()
TableTail
getBottomLeftEdge
in interface TableTail<T>
public T getBottomDividerEdge()
BottomDividerEdgeAccessor
getBottomDividerEdge
in interface BottomDividerEdgeAccessor<T>
public T getBottomRightEdge()
BottomRightEdgeAccessor
getBottomRightEdge
in interface BottomRightEdgeAccessor<T>
public T getBottomLine()
TableTail
getBottomLine
in interface TableTail<T>
Copyright © 2017. All rights reserved.