Package de.paull.lib.util
Class Table
java.lang.Object
de.paull.lib.util.Table
Class for String array formating
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ANSI_TABLE_COLOR
-
-
Constructor Details
-
Table
public Table()
-
-
Method Details
-
convert
Creates a formated Version of that list and returns it.- Parameters:
content- the strings in a 2D arrayheader- table header- Returns:
- the formatted table as String
-