ucar.unidata.view.sounding
Class AerologicalReadoutTable.AltitudeReadout
java.lang.Object
ucar.unidata.view.sounding.RealReadout
ucar.unidata.view.sounding.AerologicalReadoutTable.MyReadout
ucar.unidata.view.sounding.AerologicalReadoutTable.AltitudeReadout
- All Implemented Interfaces:
- PropertyChangeListener, EventListener
- Enclosing class:
- AerologicalReadoutTable
protected static class AerologicalReadoutTable.AltitudeReadout
- extends AerologicalReadoutTable.MyReadout
Provides support for altitude 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 |
AerologicalReadoutTable.AltitudeReadout
public AerologicalReadoutTable.AltitudeReadout()
throws ParseException
- Constructs from nothing.
- Throws:
ParseException - if the unit specification "gpm" couldn't be
parsed.
setPressure
public void setPressure(Real pressure)
- Sets the pressure property.
- Parameters:
pressure - The new value.