表格格式化工具
public
class
TableFormatter
extends Object
java.lang.Object | |
↳ | com.android.tradefed.util.TableFormatter |
此輔助類別可顯示 String 元素的矩陣,讓每個元素欄對齊
摘要
公用建構函式 | |
---|---|
TableFormatter()
|
公用方法 | |
---|---|
void
|
displayTable(
以表格形式顯示指定的字串元素,其中有對齊的欄。 |
TableFormatter
|
setColumnSpacing(int spacing)
設定每個資料欄之間的空白字元數。 |
公用建構函式
表格格式化工具
public TableFormatter ()
公用方法
顯示表格
public void displayTable (table, PrintWriter writer)
以表格形式顯示指定的字串元素,其中有對齊的欄。
參數 | |
---|---|
table |
:字串元素的矩陣。資料列長度可以不同 |
writer |
PrintWriter :指定要將輸出內容轉儲到哪個 ERROR(/PrintWriter) |
setColumnSpacing
public TableFormatter setColumnSpacing (int spacing)
設定每個資料欄之間的空白字元數。
參數 | |
---|---|
spacing |
int :空白字元數 |
傳回 | |
---|---|
TableFormatter |
TableFormatter |