protected static class AerologicalReadoutTable.TemperatureReadout extends AerologicalReadoutTable.MyReadout
RealReadout.FormatProperty, RealReadout.NameProperty, RealReadout.NumericValueProperty, RealReadout.UnitProperty
FORMAT, NAME, NUMERIC_STRING, REAL_UNIT, REALTYPE_NAME, REALTYPE_UNIT, SPECIFIED_NAME, SPECIFIED_UNIT, UNIT_STRING
Constructor and Description |
---|
TemperatureReadout()
Constructs from nothing.
|
TemperatureReadout(java.lang.String name)
Constructs from a name.
|
Modifier and Type | Method and Description |
---|---|
void |
setTemperature(visad.Real temperature)
Sets the temperature property.
|
addPropertyChangeListener, getName, getNumericString, getUnitString, propertyChange, setFormat, setNameUse, setReal, setSpecifiedName, setSpecifiedUnit, setUnitUse
public TemperatureReadout() throws visad.data.units.ParseException
visad.data.units.ParseException
- if the unit specification "degC" couldn't be
parsed.public TemperatureReadout(java.lang.String name) throws visad.data.units.ParseException
name
- The name for the readout.visad.data.units.ParseException
- if the unit specification "degC" couldn't be
parsed.