-
public class FixedTableModel extends TableModel
-
-
Field Summary
Fields Modifier and Type Field Description private floatcellWidthprivate floatcellHeight
-
Constructor Summary
Constructors Constructor Description FixedTableModel(float cellWidth, float cellHeight, TableOrder order)
-
Method Summary
Modifier and Type Method Description floatgetCellWidth()voidsetCellWidth(float cellWidth)floatgetCellHeight()voidsetCellHeight(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)
-
-
-
-