| java.lang.Object de.gulden.util.text.TextTable
TextTable | public class TextTable (Code) | | Class TextTable.
author: Jens Gulden version: snapshot-beautyj-1.1 |
Constructor Summary | |
public | TextTable(int columnCount, int width) Creates a new instance of TextTable. | public | TextTable(int columnCount, int maxWidth, double[] columnWeights, char borderchar) Creates a new instance of TextTable. |
border | protected boolean border(Code) | | The border.
|
borderchar | protected char borderchar(Code) | | The borderchar.
|
columnCount | protected int columnCount(Code) | | The column count.
|
columnWeight | protected double[] columnWeight(Code) | | The column weight array.
|
maxWidth | protected int maxWidth(Code) | | The max width.
|
TextTable | public TextTable(int columnCount, int width)(Code) | | Creates a new instance of TextTable.
|
TextTable | public TextTable(int columnCount, int maxWidth, double[] columnWeights, char borderchar)(Code) | | Creates a new instance of TextTable.
|
|
|