ucar.unidata.view.sounding
Class SkewTReadoutTable.TemperatureReadout
java.lang.Object
ucar.unidata.view.sounding.RealReadout
ucar.unidata.view.sounding.SkewTReadoutTable.MyReadout
ucar.unidata.view.sounding.SkewTReadoutTable.TemperatureReadout
- All Implemented Interfaces:
- PropertyChangeListener, EventListener
- Enclosing class:
- SkewTReadoutTable
protected static class SkewTReadoutTable.TemperatureReadout
- extends SkewTReadoutTable.MyReadout
Provides support for temperature readouts.
| Methods inherited from class ucar.unidata.view.sounding.RealReadout |
addPropertyChangeListener, getName, getNumericString, getUnitString, propertyChange, setFormat, setNameUse, setReal, setSpecifiedName, setSpecifiedUnit, setUnitUse |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SkewTReadoutTable.TemperatureReadout
public SkewTReadoutTable.TemperatureReadout()
throws ParseException
- Constructs from nothing.
- Throws:
ParseException - if the unit specification "degC" couldn't be
parsed.
SkewTReadoutTable.TemperatureReadout
public SkewTReadoutTable.TemperatureReadout(String name)
throws ParseException
- Constructs from a name.
- Parameters:
name - The name for the readout.
- Throws:
ParseException - if the unit specification "degC" couldn't be
parsed.
setTemperature
public void setTemperature(Real temperature)
- Sets the temperature property.
- Parameters:
temperature - The new value.