Package | Description |
---|---|
org.perfidix.ouput.asciitable |
This package offers classes which are used for an ascii-based tabluar output.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractTabularComponent.Alignment |
NiceTable.getOrientation(int columnIndex)
Returns the orientation of a column.
|
static AbstractTabularComponent.Alignment |
AbstractTabularComponent.Alignment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractTabularComponent.Alignment[] |
AbstractTabularComponent.Alignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
NiceTable.addHeader(String title,
char mark,
AbstractTabularComponent.Alignment orientation)
Adds a header row to the table.
|
protected static String |
Util.pad(String data,
char doPadWithThis,
int totalWidth,
AbstractTabularComponent.Alignment orientation)
This method fills one char either on the right site of a given string or
on the left site or on both sites.
|
Constructor and Description |
---|
Header(String contentToDisplay,
char theEnclosing,
AbstractTabularComponent.Alignment theOrientation,
NiceTable theTable)
Constructor.
|
Copyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.