com.inamik.utils
public interface TableFormatter
Field Summary | |
---|---|
static int | ALIGN_CENTER |
static int | ALIGN_DEFAULT |
static int | ALIGN_LEFT |
static int | ALIGN_RIGHT |
static int | VALIGN_BOTTOM |
static int | VALIGN_CENTER |
static int | VALIGN_DEFAULT |
static int | VALIGN_TOP |
Method Summary | |
---|---|
TableFormatter | addLine() |
TableFormatter | addLine(String text) |
int | getColumnCount() |
int | getColumnWidth(int columnIndex) |
String[] | getFormattedCell(int rowIndex, int columnIndex) |
String[] | getFormattedRow(int rowIndex) |
String[] | getFormattedTable() |
int | getRowCount() |
int | getRowHeight(int rowIndex) |
int | getTableHeight() |
int | getTableWidth() |
TableFormatter | nextCell() |
TableFormatter | nextCell(int align, int valign) |
TableFormatter | nextRow() |