Package | Description |
---|---|
com.inamik.text.tables | |
com.inamik.text.tables.grid |
Modifier and Type | Method and Description |
---|---|
GridTable |
GridTable.apply(Cell.Function f) |
GridTable |
GridTable.apply(int row,
int col,
Cell.Function f) |
GridTable |
GridTable.applyToCol(int col,
Cell.Function f) |
GridTable |
GridTable.applyToRow(int row,
Cell.Function f) |
static GridTable |
GridTable.of(int numRows,
int numCols) |
GridTable |
GridTable.put(int row,
int col,
Collection<String> cell) |
GridTable |
SimpleTable.toGrid() |
Modifier and Type | Method and Description |
---|---|
GridTable |
Border.apply(GridTable grid) |
Modifier and Type | Method and Description |
---|---|
GridTable |
Border.apply(GridTable grid) |
static void |
Util.print(GridTable g) |
static void |
Util.print(GridTable g,
PrintStream out) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.