Package org.refcodes.mixin
Interface BottomDividerEdgeAccessor<T>
-
- Type Parameters:
T- The type of the "character", may be a char or a sprite or a byte array.
- All Known Subinterfaces:
TableBody<T>,TableHeader<T>,TableTail<T>
- All Known Implementing Classes:
TableBodyImpl,TableHeaderImpl,TableTailImpl
public interface BottomDividerEdgeAccessor<T>Accessor for accessing the bottom divider edge; we need it in theTableBodyas well as in theTableHeaderand clearly in theTableTail.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetBottomDividerEdge()Returns the table row's bottom divider edge character, for example "╪" (head) or "╧" (tail).
-
-
-
Method Detail
-
getBottomDividerEdge
T getBottomDividerEdge()
Returns the table row's bottom divider edge character, for example "╪" (head) or "╧" (tail).- Returns:
- The bottom divider edge character.
-
-