com.inamik.utils
public abstract class AbstractTableFormatter extends Object implements TableFormatter
Nested Class Summary | |
---|---|
protected class | AbstractTableFormatter.CellData |
Constructor Summary | |
---|---|
protected | AbstractTableFormatter()
Constructor |
Method Summary | |
---|---|
TableFormatter | addLine() |
TableFormatter | addLine(String text) |
int | getColumnCount() |
int | getColumnWidth(int columnIndex) |
String[] | getFormattedCell(int rowIndex, int columnIndex) |
int | getRowCount() |
int | getRowHeight(int rowIndex) |
int | getTableHeight() |
int | getTableWidth() |
TableFormatter | nextCell() |
TableFormatter | nextCell(int align, int valign) |
TableFormatter | nextRow() |