Package | Description |
---|---|
me.timothy.bots |
Modifier and Type | Field and Description |
---|---|
protected Table.Alignment |
Table.ColumnName.alignment
Alignment of the column
|
Modifier and Type | Method and Description |
---|---|
static Table.Alignment |
Table.Alignment.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Table.Alignment[] |
Table.Alignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ColumnName(java.lang.String nm,
Table.Alignment alignment)
Creates a column name with the specified name and alignment
|
Table(Table.Alignment alignment,
java.lang.String... columns)
Creates a table with the specified column names, all with the same alignment
|