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>TableHeaderImplpublic class TableBodyImpl<T> extends Object implements TableBody<T>
TableBody interface.| Constructor | Description |
|---|---|
TableBodyImpl(T aLeftLine,
T aLeftEdge,
T aTopLeftEdge,
T aBottomLeftEdge,
T aTopLine,
T aDividerLine,
T aDividerEdge,
T aTopDividerEdge,
T aBottomDividerEdge,
T aRightLine,
T aRightEdge,
T aTopRightEdge,
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 right edge character, for example "╟"
(head) or "╙" (tail).
|
T |
getBottomRightEdge() |
Returns the table row's bottom left edge character, for example "╡"
(head) or "╛" (tail).
|
T |
getDividerEdge() |
Returns the table body's top divider edge character, for example "┼" /
the table body's top divider edge character, for example "╤".
|
T |
getDividerLine() |
Returns the table row's divider line character, for example "│".
|
T |
getLeftEdge() |
Returns the table body's top left edge character, for example "├" / the
table header's top left edge character, for example "╒".
|
T |
getLeftLine() |
Returns the table row's left line character, for example "│".
|
T |
getRightEdge() |
Returns the table body's top right edge character, for example "┤" / the
table header's top right edge character, for example "╕".
|
T |
getRightLine() |
Returns the table row's right line character, for example "│".
|
T |
getTopDividerEdge() |
Returns the table row's bottom divider edge character, for example "╪"
(head) or "╧" (tail).
|
T |
getTopLeftEdge() |
Returns the table body's top left edge character, for example "├" / the
table header's top left edge character, for example "╒".
|
T |
getTopLine() |
Returns the table row's top line character, for example "─" (body) or "═"
(head).
|
T |
getTopRightEdge() |
Returns the table body's top right edge character, for example "┤" / the
table header's top right edge character, for example "╕".
|
public TableBodyImpl(T aLeftLine, T aLeftEdge, T aTopLeftEdge, T aBottomLeftEdge, T aTopLine, T aDividerLine, T aDividerEdge, T aTopDividerEdge, T aBottomDividerEdge, T aRightLine, T aRightEdge, T aTopRightEdge, T aBottomRightEdge)
aLeftLine - The left line.aLeftEdge - The top left edge.aTopLeftEdge - the top left edgeaBottomLeftEdge - the bottom left edgeaTopLine - The top line.aDividerLine - the divider lineaDividerEdge - The divider edge.aTopDividerEdge - The top divider edge.aBottomDividerEdge - The bottom divider edge.aRightLine - The right line.aRightEdge - The right edge.aTopRightEdge - the top right edgeaBottomRightEdge - the bottom right edgepublic T getLeftEdge()
TableBodygetLeftEdge in interface TableBody<T>public T getTopLeftEdge()
getTopLeftEdge in interface TableBody<T>public T getBottomLeftEdge()
getBottomLeftEdge in interface BottomLeftEdgeAccessor<T>public T getDividerEdge()
getDividerEdge in interface TableBody<T>public T getTopDividerEdge()
getTopDividerEdge in interface TableBody<T>public T getBottomDividerEdge()
getBottomDividerEdge in interface BottomDividerEdgeAccessor<T>public T getRightEdge()
getRightEdge in interface TableBody<T>public T getTopRightEdge()
getTopRightEdge in interface TableBody<T>public T getBottomRightEdge()
getBottomRightEdge in interface BottomRightEdgeAccessor<T>public T getLeftLine()
getLeftLine in interface TableBody<T>public T getDividerLine()
getDividerLine in interface TableBody<T>public T getRightLine()
getRightLine in interface TableBody<T>public T getTopLine()
getTopLine in interface TableBody<T>Copyright © 2018. All rights reserved.