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 Summary
Constructors Constructor Description Cell(RMShapeTable.Row aRow, RMShapeTable.Column aColumn)Creates a new cell. 
- 
Method Summary
All 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
- 
Cell
public Cell(RMShapeTable.Row aRow, RMShapeTable.Column aColumn)
Creates a new cell. 
 - 
 
- 
Method Detail
- 
getRow
public RMShapeTable.Row getRow()
Returns the cell row. 
- 
getColumn
public RMShapeTable.Column getColumn()
Returns the cell column. 
- 
isEmpty
public boolean isEmpty()
Returns whether cell is empty. 
- 
isVisible
public boolean isVisible()
Returns whether cell is visible. 
 - 
 
 -