T - The type of the "character", may be a char or a sprite or a byte
array.BottomDividerEdgeAccessor<T>, BottomLeftEdgeAccessor<T>, BottomRightEdgeAccessor<T>, TableBody<T>, TableHeader<T>, TableTail<T>public class TableHeaderImpl<T> extends TableBodyImpl<T> implements TableHeader<T>
TableHeaderImpl interface.| Constructor | Description |
|---|---|
TableHeaderImpl(T aLeftLine,
T aLeftEdge,
T aTopLeftEdge,
T aBottomLeftEdge,
T aTopLine,
T aBottomLine,
T aDividerLine,
T aDividerEdge,
T aTopDividerEdge,
T aBottomDividerEdge,
T aRightLine,
T aRightEdge,
T aTopRightEdge,
T aBottomRightEdge) |
Instantiates a new table header impl.
|
| 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 right 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).
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDividerEdge, getDividerLine, getLeftEdge, getLeftLine, getRightEdge, getRightLine, getTopDividerEdge, getTopLeftEdge, getTopLine, getTopRightEdgegetDividerEdge, getDividerLine, getLeftEdge, getLeftLine, getRightEdge, getRightLine, getTopDividerEdge, getTopLeftEdge, getTopLine, getTopRightEdgepublic TableHeaderImpl(T aLeftLine, T aLeftEdge, T aTopLeftEdge, T aBottomLeftEdge, T aTopLine, T aBottomLine, T aDividerLine, T aDividerEdge, T aTopDividerEdge, T aBottomDividerEdge, T aRightLine, T aRightEdge, T aTopRightEdge, T aBottomRightEdge)
aLeftLine - The left line.aLeftEdge - The left edge.aTopLeftEdge - The top left edge.aBottomLeftEdge - The bottom left edge.aTopLine - The top line.aBottomLine - the bottom lineaDividerLine - the divider lineaDividerEdge - The top edge.aTopDividerEdge - The top divider edge.aBottomDividerEdge - The bottom divider edge.aRightLine - The right line.aRightEdge - The right edge.aTopRightEdge - The top right edge.aBottomRightEdge - The bottom right edge.public T getBottomLeftEdge()
getBottomLeftEdge in interface BottomLeftEdgeAccessor<T>getBottomLeftEdge in interface TableTail<T>getBottomLeftEdge in class TableBodyImpl<T>public T getBottomDividerEdge()
getBottomDividerEdge in interface BottomDividerEdgeAccessor<T>getBottomDividerEdge in class TableBodyImpl<T>public T getBottomRightEdge()
getBottomRightEdge in interface BottomRightEdgeAccessor<T>getBottomRightEdge in class TableBodyImpl<T>public T getBottomLine()
getBottomLine in interface TableTail<T>Copyright © 2018. All rights reserved.