Package com.inductiveautomation.rm.shape
Class RMShapeTable.Cell
- java.lang.Object
- 
- com.inductiveautomation.rm.shape.RMShapeTable.Cell
 
- 
- Enclosing class:
- RMShapeTable
 
 public class RMShapeTable.Cell extends java.lang.ObjectAn inner class that represents a table cell.
- 
- 
Constructor SummaryConstructors Constructor Description Cell(RMShapeTable.Row aRow, RMShapeTable.Column aColumn)Creates a new cell.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RMShapeTable.ColumngetColumn()Returns the cell column.RMShapeTable.RowgetRow()Returns the cell row.booleanisEmpty()Returns whether cell is empty.booleanisVisible()Returns whether cell is visible.
 
- 
- 
- 
Constructor Detail- 
Cellpublic Cell(RMShapeTable.Row aRow, RMShapeTable.Column aColumn) Creates a new cell.
 
- 
 - 
Method Detail- 
getRowpublic RMShapeTable.Row getRow() Returns the cell row.
 - 
getColumnpublic RMShapeTable.Column getColumn() Returns the cell column.
 - 
isEmptypublic boolean isEmpty() Returns whether cell is empty.
 - 
isVisiblepublic boolean isVisible() Returns whether cell is visible.
 
- 
 
-