Modifier and Type | Field and Description |
---|---|
private final Configuration | |
private final Output | |
private int | |
private final Query | |
private final Table | |
private final List | |
private int |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
private double[] | |
private TableCell | |
private List | |
private int | |
private void | |
private String | |
private void | |
public long | |
private boolean | |
private boolean | |
private void | |
private void | |
private void | |
private void | |
private void | |
private void | |
public void | |
private void | |
private void | |
private void | |
private void | |
private void | |
private void | |
private boolean |
configuration | back to summary |
---|---|
private final Configuration configuration |
out | back to summary |
---|---|
private final Output out |
preferredWidth | back to summary |
---|---|
private int preferredWidth |
query | back to summary |
---|---|
private final Query query |
table | back to summary |
---|---|
private final Table table |
tableCells | back to summary |
---|---|
private final List<TableCell> tableCells |
width | back to summary |
---|---|
private int width |
TableRenderer | back to summary |
---|---|
public TableRenderer(Configuration configuration, Table table, Query query) |
calculateNormalization | back to summary |
---|---|
private double[] calculateNormalization() |
createTableCell | back to summary |
---|---|
private TableCell createTableCell(Field field) |
createTableCells | back to summary |
---|---|
private List |
determineTableWidth | back to summary |
---|---|
private int determineTableWidth() |
distribute | back to summary |
---|---|
private void distribute(Predicate<TableCell> condition) |
fieldName | back to summary |
---|---|
private String fieldName(Field field) |
formatRow | back to summary |
---|---|
private void formatRow() |
getWidth | back to summary |
---|---|
public long getWidth() |
isEmpty | back to summary |
---|---|
private boolean isEmpty() |
isExperimental | back to summary |
---|---|
private boolean isExperimental() |
printHeaderRow | back to summary |
---|---|
private void printHeaderRow() |
printHeaderRowSeparators | back to summary |
---|---|
private void printHeaderRowSeparators() |
printRow | back to summary |
---|---|
private void printRow(Function<TableCell, String> action) |
printRow | back to summary |
---|---|
private void printRow() |
printRows | back to summary |
---|---|
private void printRows() |
printTitle | back to summary |
---|---|
private void printTitle() |
render | back to summary |
---|---|
public void render() |
setCellContent | back to summary |
---|---|
private void setCellContent(TableCell cell, Row row, int columnIndex) |
setColumnWidths | back to summary |
---|---|
private void setColumnWidths() |
setMultiline | back to summary |
---|---|
private void setMultiline(TableCell cell, Collection<?> objects) |
setPreferredHeaderWidths | back to summary |
---|---|
private void setPreferredHeaderWidths() |
setRowWidths | back to summary |
---|---|
private void setRowWidths() |
sortRows | back to summary |
---|---|
private void sortRows() |
tooManyColumns | back to summary |
---|---|
private boolean tooManyColumns() |