public class FixedColumnLengthTableMaker extends Object
| Modifier and Type | Field and Description |
|---|---|
char |
bottomBorder
Character to duplicate to make the bottom border.
|
String |
decimalFormatter
Format String to apply to decimal entries.
|
int |
elementLength
Length of table elements.
|
String |
leftBorder
The border to use to make the left side of the table.
|
int |
leftPadding
The amount of spacing to pad left of an element with.
|
Function<Integer,Integer> |
lengthFunction
If not null, lengthFunction should give the length for the given column index.
|
String |
rightBorder
The border to use to make the right side of the table.
|
int |
rightPadding
The amount of spacing to pad right of an element with.
|
String |
separator
The String to separate elements with.
|
char |
topBorder
Character to duplicate to make the top border.
|
| Constructor and Description |
|---|
FixedColumnLengthTableMaker() |
| Modifier and Type | Method and Description |
|---|---|
String |
make(Object[][] rows)
Make a table using the specified settings.
|
public char bottomBorder
public String decimalFormatter
public int elementLength
public String leftBorder
public int leftPadding
public String rightBorder
public int rightPadding
public String separator
public char topBorder
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.