Package com.inductiveautomation.rm.shape
Class RMShapeTable.Cell
java.lang.Object
com.inductiveautomation.rm.shape.RMShapeTable.Cell
- Enclosing class:
- RMShapeTable
An inner class that represents a table cell.
- 
Constructor SummaryConstructorsConstructorDescriptionCell(RMShapeTable.Row aRow, RMShapeTable.Column aColumn) Creates a new cell.
- 
Method Summary
- 
Constructor Details- 
CellCreates a new cell.
 
- 
- 
Method Details- 
getRowReturns the cell row.
- 
getColumnReturns the cell column.
- 
isEmptypublic boolean isEmpty()Returns whether cell is empty.
- 
isVisiblepublic boolean isVisible()Returns whether cell is visible.
 
-