public interface IASCIITable
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
ALIGN_CENTER
The constant ALIGN_CENTER.
|
static int |
ALIGN_LEFT
The constant ALIGN_LEFT.
|
static int |
ALIGN_RIGHT
The constant ALIGN_RIGHT.
|
static int |
DEFAULT_DATA_ALIGN
The constant DEFAULT_DATA_ALIGN.
|
static int |
DEFAULT_HEADER_ALIGN
The constant DEFAULT_HEADER_ALIGN.
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getTable(ASCIITableHeader[] p0,
String[][] p1)
Gets table.
|
String |
getTable(IASCIITableAware p0)
Gets table.
|
String |
getTable(String[] p0,
int p1,
String[][] p2,
int p3)
Gets table.
|
String |
getTable(String[] p0,
String[][] p1)
Gets table.
|
String |
getTable(String[] p0,
String[][] p1,
int p2)
Gets table.
|
void |
printTable(ASCIITableHeader[] p0,
String[][] p1)
Print table.
|
void |
printTable(IASCIITableAware p0)
Print table.
|
void |
printTable(String[] p0,
int p1,
String[][] p2,
int p3)
Print table.
|
void |
printTable(String[] p0,
String[][] p1)
Print table.
|
void |
printTable(String[] p0,
String[][] p1,
int p2)
Print table.
|
static final int ALIGN_LEFT
static final int ALIGN_CENTER
static final int ALIGN_RIGHT
static final int DEFAULT_HEADER_ALIGN
static final int DEFAULT_DATA_ALIGN
void printTable(String[] p0, String[][] p1, int p2)
p0 - the p 0p1 - the p 1p2 - the p 2void printTable(String[] p0, int p1, String[][] p2, int p3)
p0 - the p 0p1 - the p 1p2 - the p 2p3 - the p 3void printTable(ASCIITableHeader[] p0, String[][] p1)
p0 - the p 0p1 - the p 1void printTable(IASCIITableAware p0)
p0 - the p 0String getTable(String[] p0, String[][] p1)
p0 - the p 0p1 - the p 1String getTable(String[] p0, String[][] p1, int p2)
p0 - the p 0p1 - the p 1p2 - the p 2String getTable(String[] p0, int p1, String[][] p2, int p3)
p0 - the p 0p1 - the p 1p2 - the p 2p3 - the p 3String getTable(ASCIITableHeader[] p0, String[][] p1)
p0 - the p 0p1 - the p 1String getTable(IASCIITableAware p0)
p0 - the p 0Copyright © 2018. All rights reserved.