Interface TerminalSizeAware

All Known Implementing Classes:
Table

public interface TerminalSizeAware
To be implemented by command result objects that can adapt to the terminal size when they are being rendered.

An object which does not implement this interface will simply be rendered by invoking its Object.toString() method.

  • Method Summary

    Modifier and Type
    Method
    Description
    render(int terminalWidth)
     
  • Method Details