|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Used to get information about tables, for example when handling nested tables
Field Summary | |
static float |
INVALID_COLUM_WIDTH
|
Method Summary | |
int |
getColumnIndex()
return current column iteration index |
float |
getColumnWidth()
get current column width according to column iteration index |
int |
getNumberOfColumns()
return number of columns |
void |
selectFirstColumn()
reset the column iteration index, meant to be called when creating a new row |
void |
selectNextColumn()
increment the column iteration index |
Field Detail |
public static final float INVALID_COLUM_WIDTH
Method Detail |
public void selectFirstColumn()
public void selectNextColumn()
public float getColumnWidth()
public int getColumnIndex()
public int getNumberOfColumns()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |