Constructor and Description |
---|
PositionComponent(double value,
String unit) |
PositionComponent(TableElement tableElement,
String pattern) |
Modifier and Type | Method and Description |
---|---|
abstract PositionComponent |
forThis(Cell featureOfInterestPosition)
returns the corresponding position component for a feature of interest cell
|
String |
getParsedUnit() |
String |
getPattern() |
TableElement |
getTableElement() |
String |
getUnit() |
double |
getValue() |
void |
mark()
colors this particular component
|
void |
setPattern(String pattern) |
void |
setTableElement(TableElement tableElement) |
void |
setUnit(String unit) |
void |
setValue(double value) |
String |
toString() |
getMissingComponentPanel
public PositionComponent(TableElement tableElement, String pattern)
public PositionComponent(double value, String unit)
public void setValue(double value)
public double getValue()
public void setUnit(String unit)
public String getUnit()
public void setTableElement(TableElement tableElement)
public TableElement getTableElement()
public void mark()
public String getParsedUnit()
public void setPattern(String pattern)
public String getPattern()
public abstract PositionComponent forThis(Cell featureOfInterestPosition)
Copyright © 2011–2019 52°North. All rights reserved.