com.inamik.utils

Class SimpleTableFormatter

public final class SimpleTableFormatter extends AbstractTableFormatter implements TableFormatter

SimpleTableFormatter Created on Oct 18, 2005

Author: Dave

Constructor Summary
SimpleTableFormatter()
Constructor
SimpleTableFormatter(boolean border)
Constructor
Method Summary
String[]getFormattedRow(int rowIndex)
String[]getFormattedTable()
intgetTableHeight()
intgetTableWidth()

Constructor Detail

SimpleTableFormatter

public SimpleTableFormatter()
Constructor

SimpleTableFormatter

public SimpleTableFormatter(boolean border)
Constructor

Parameters: border Print rows/tables with borders

Method Detail

getFormattedRow

public String[] getFormattedRow(int rowIndex)

getFormattedTable

public String[] getFormattedTable()

getTableHeight

public int getTableHeight()

getTableWidth

public int getTableWidth()