Interface BottomLeftEdgeAccessor<T>

  • Type Parameters:
    T - the generic type
    All Known Subinterfaces:
    TableBody<T>, TableHeader<T>
    All Known Implementing Classes:
    TableBodyImpl, TableHeaderImpl

    public interface BottomLeftEdgeAccessor<T>
    The Interface BottomLeftEdgeAccessor.
    Author:
    steiner
    • Method Detail

      • getBottomLeftEdge

        T getBottomLeftEdge()
        Returns the table row's bottom right edge character, for example "╟" (head) or "╙" (tail).
        Returns:
        The bottom right edge character.