Package org.kobe.xbot.Utilities
Class TableFormatter
java.lang.Object
org.kobe.xbot.Utilities.TableFormatter
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TableFormatter
public TableFormatter()
-
-
Method Details
-
makeTable
Creates a formatted table as a string.- Parameters:
headers
- Array of column headers.data
- 2D array of table data.- Returns:
- A string representing the formatted table.
-
main
-