-
public class FixedTableModel extends TableModel
-
-
Field Summary
Fields Modifier and Type Field Description private float
cellWidth
private float
cellHeight
-
Constructor Summary
Constructors Constructor Description FixedTableModel(float cellWidth, float cellHeight, TableOrder order)
-
Method Summary
Modifier and Type Method Description float
getCellWidth()
void
setCellWidth(float cellWidth)
float
getCellHeight()
void
setCellHeight(float cellHeight)
Iterator<RectF>
getIterator(RectF tableRect, int totalElements)
-
-
Constructor Detail
-
FixedTableModel
FixedTableModel(float cellWidth, float cellHeight, TableOrder order)
-
-
Method Detail
-
getCellWidth
float getCellWidth()
-
setCellWidth
void setCellWidth(float cellWidth)
-
getCellHeight
float getCellHeight()
-
setCellHeight
void setCellHeight(float cellHeight)
-
getIterator
Iterator<RectF> getIterator(RectF tableRect, int totalElements)
-
-
-
-