public final class GridTable extends Object
Constructor and Description |
---|
GridTable(int numRows,
int numCols) |
Modifier and Type | Method and Description |
---|---|
GridTable |
apply(Cell.Function f) |
GridTable |
apply(int row,
int col,
Cell.Function f) |
GridTable |
applyToCol(int col,
Cell.Function f) |
GridTable |
applyToRow(int row,
Cell.Function f) |
Collection<String> |
cell(int row,
int col) |
int |
colWidth(int col) |
int |
height() |
int |
numCols() |
int |
numRows() |
static GridTable |
of(int numRows,
int numCols) |
GridTable |
put(int row,
int col,
Collection<String> cell) |
int |
rowHeight(int row) |
Collection<String> |
toCell() |
int |
width() |
public static GridTable of(int numRows, int numCols)
public GridTable put(int row, int col, Collection<String> cell)
public GridTable apply(int row, int col, Cell.Function f)
public GridTable apply(Cell.Function f)
public GridTable applyToCol(int col, Cell.Function f)
public GridTable applyToRow(int row, Cell.Function f)
public Collection<String> cell(int row, int col)
public int width()
public int height()
public int numRows()
public int numCols()
public int colWidth(int col)
public int rowHeight(int row)
public Collection<String> toCell()
Copyright © 2017 JBoss by Red Hat. All rights reserved.