public class Cell extends TableElement
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Cell |
getCellFor(Cell c)
returns the corresponding cell of another metadata type
for a measured value or feature of interest cell
|
int |
getColumn() |
int |
getRow() |
String |
getValueFor(Cell c)
returns the corresponding value of another metadata type
for a measured value or feature of interest cell
|
HashSet<String> |
getValues()
retrieves all values in this column, row or cell
|
int |
hashCode() |
void |
mark()
Colours this table element in the table
|
void |
setColumn(int column) |
void |
setRow(int row) |
String |
toString() |
public void setColumn(int column)
public int getColumn()
public void setRow(int row)
public int getRow()
public void mark()
TableElement
mark
in class TableElement
public String getValueFor(Cell c)
TableElement
getValueFor
in class TableElement
public Cell getCellFor(Cell c)
TableElement
getCellFor
in class TableElement
public HashSet<String> getValues()
TableElement
getValues
in class TableElement
Copyright © 2011–2019 52°North. All rights reserved.