public class FitRow extends Object implements RowWrapper<fit.Parse>
| Constructor and Description |
|---|
FitRow(fit.Parse parse)
a fit row
|
| Modifier and Type | Method and Description |
|---|---|
CellWrapper<fit.Parse> |
getCell(int c) |
CellWrapper<fit.Parse> |
removeCell(int c)
removes a cell at a given position.
|
int |
size() |
public FitRow(fit.Parse parse)
parse - the parse object representing the row.public int size()
size in interface RowWrapper<fit.Parse>public CellWrapper<fit.Parse> getCell(int c)
getCell in interface RowWrapper<fit.Parse>c - the cell indexCellWrapper at a given positionpublic CellWrapper<fit.Parse> removeCell(int c)
RowWrapperremoveCell in interface RowWrapper<fit.Parse>c - the cell indexCopyright © 2017 smartrics. All rights reserved.