Defines the results of a layout calculation. More...
Public Member Functions | |
| int | getCellHeight () |
| Gets the height of each cell. More... | |
| int | getCellWidth () |
| Gets the width of each cell. More... | |
| int | getColumnCount () |
| Gets the column count. More... | |
| int | getRowCount () |
| Gets the row count. More... | |
| LayoutTable (int columnCount, int rowCount, int cellWidth, int cellHeight) | |
| Initializes a new instance of the fm.liveswitch.LayoutTable class. More... | |
| void | setCellHeight (int value) |
| Sets the height of each cell. More... | |
| void | setCellWidth (int value) |
| Sets the width of each cell. More... | |
| void | setColumnCount (int value) |
| Sets the column count. More... | |
| void | setRowCount (int value) |
| Sets the row count. More... | |
Defines the results of a layout calculation.
| fm.liveswitch.LayoutTable.LayoutTable | ( | int | columnCount, |
| int | rowCount, | ||
| int | cellWidth, | ||
| int | cellHeight | ||
| ) |
Initializes a new instance of the fm.liveswitch.LayoutTable class.
| columnCount | The column count. |
| rowCount | The row count. |
| cellWidth | The width of each cell. |
| cellHeight | The height of each cell. |
| int fm.liveswitch.LayoutTable.getCellHeight | ( | ) |
Gets the height of each cell.
| int fm.liveswitch.LayoutTable.getCellWidth | ( | ) |
Gets the width of each cell.
| int fm.liveswitch.LayoutTable.getColumnCount | ( | ) |
Gets the column count.
| int fm.liveswitch.LayoutTable.getRowCount | ( | ) |
Gets the row count.
| void fm.liveswitch.LayoutTable.setCellHeight | ( | int | value | ) |
Sets the height of each cell.
| void fm.liveswitch.LayoutTable.setCellWidth | ( | int | value | ) |
Sets the width of each cell.
| void fm.liveswitch.LayoutTable.setColumnCount | ( | int | value | ) |
Sets the column count.
| void fm.liveswitch.LayoutTable.setRowCount | ( | int | value | ) |
Sets the row count.