public class FitCell extends Object implements CellWrapper<fit.Parse>
| Constructor and Description |
|---|
FitCell(fit.Parse c)
a fit cell
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToBody(String string)
appends to the current cell body.
|
String |
body() |
void |
body(String string) |
fit.Parse |
getWrapped() |
String |
text() |
public FitCell(fit.Parse c)
c - the parse object representing the cell.public String text()
text in interface CellWrapper<fit.Parse>public void body(String string)
body in interface CellWrapper<fit.Parse>string - the body of the cell to set.public String body()
body in interface CellWrapper<fit.Parse>public void addToBody(String string)
CellWrapperaddToBody in interface CellWrapper<fit.Parse>string - the string to append.public fit.Parse getWrapped()
getWrapped in interface CellWrapper<fit.Parse>Copyright © 2017 smartrics. All rights reserved.