Interface TableFormatter.CellFormatter

Enclosing class:
TableFormatter

public static interface TableFormatter.CellFormatter
  • Method Summary

    Modifier and Type
    Method
    Description
    format(int row, int col, Object value)
     
    int
     
  • Method Details

    • stringLength

      int stringLength(String value)
    • format

      String format(int row, int col, Object value)