public class Height extends PositionComponent
Constructor and Description |
---|
Height(double value,
String unit) |
Height(TableElement tableElement,
String pattern) |
Modifier and Type | Method and Description |
---|---|
Height |
forThis(Cell featureOfInterestPosition)
returns the corresponding position component for a feature of interest cell
|
MissingComponentPanel |
getMissingComponentPanel(Combination c)
returns a panel to complete the component
in case it is missing
|
static Height |
parse(String s)
tries to convert a given String into a valid Height object
|
String |
toString() |
getParsedUnit, getPattern, getTableElement, getUnit, getValue, mark, setPattern, setTableElement, setUnit, setValue
public Height(TableElement tableElement, String pattern)
public Height(double value, String unit)
public String toString()
toString
in class PositionComponent
public MissingComponentPanel getMissingComponentPanel(Combination c)
Component
getMissingComponentPanel
in class Component
public static Height parse(String s)
public Height forThis(Cell featureOfInterestPosition)
PositionComponent
forThis
in class PositionComponent
Copyright © 2011–2019 52°North. All rights reserved.