public class Row extends TableElement
Constructor and Description |
---|
Row(int number) |
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 |
getNumber() |
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 |
setNumber(int number) |
String |
toString() |
public void setNumber(int number)
public int getNumber()
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.