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, setOrder
protected FixedTableModel(float cellWidth, float cellHeight, TableOrder order)
public Iterator<android.graphics.RectF> getIterator(android.graphics.RectF tableRect, int totalElements)
getIterator
in class TableModel
public float getCellWidth()
public void setCellWidth(float cellWidth)
public float getCellHeight()
public void setCellHeight(float cellHeight)