Package org.refcodes.mixin
Interface BottomRightEdgeAccessor<T>
-
- Type Parameters:
T- the generic type
- All Known Subinterfaces:
TableBody<T>,TableHeader<T>,TableTail<T>
- All Known Implementing Classes:
TableBodyImpl,TableHeaderImpl,TableTailImpl
public interface BottomRightEdgeAccessor<T>The Interface BottomRightEdgeAccessor.- Author:
- steiner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetBottomRightEdge()Returns the table row's bottom left edge character, for example "╡" (head) or "╛" (tail).
-
-
-
Method Detail
-
getBottomRightEdge
T getBottomRightEdge()
Returns the table row's bottom left edge character, for example "╡" (head) or "╛" (tail).- Returns:
- The bottom left edge character.
-
-