public abstract class TableModel extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
TableModel.Axis  | 
static class  | 
TableModel.CellSizingMethod  | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
TableModel(TableOrder order)  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract Iterator<android.graphics.RectF> | 
getIterator(android.graphics.RectF tableRect,
           int totalElements)  | 
TableOrder | 
getOrder()  | 
void | 
setOrder(TableOrder order)  | 
protected TableModel(TableOrder order)
public abstract Iterator<android.graphics.RectF> getIterator(android.graphics.RectF tableRect, int totalElements)
public TableOrder getOrder()
public void setOrder(TableOrder order)