public class Column extends TableElement
Constructor and Description |
---|
Column(int number,
int firstLineWithData) |
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 |
getFirstLineWithData() |
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 |
setFirstLineWithData(int firstLineWithData) |
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
public int getFirstLineWithData()
public void setFirstLineWithData(int firstLineWithData)
firstLineWithData
- the firstLineWithData to setCopyright © 2011–2019 52°North. All rights reserved.