public class FixedTableModel extends TableModel
TableModel.Axis, TableModel.CellSizingMethod| Modifier | Constructor and Description |
|---|---|
protected |
FixedTableModel(float cellWidth,
float cellHeight,
TableOrder order) |
| Modifier and Type | Method and Description |
|---|---|
float |
getCellHeight() |
float |
getCellWidth() |
Iterator<android.graphics.RectF> |
getIterator(android.graphics.RectF tableRect,
int totalElements) |
void |
setCellHeight(float cellHeight) |
void |
setCellWidth(float cellWidth) |
getOrder, setOrderprotected FixedTableModel(float cellWidth,
float cellHeight,
TableOrder order)
public Iterator<android.graphics.RectF> getIterator(android.graphics.RectF tableRect, int totalElements)
getIterator in class TableModelpublic float getCellWidth()
public void setCellWidth(float cellWidth)
public float getCellHeight()
public void setCellHeight(float cellHeight)