ucar.unidata.view.sounding
Class AerologicalReadoutTable.CapeReadout
java.lang.Object
ucar.unidata.view.sounding.RealReadout
ucar.unidata.view.sounding.AerologicalReadoutTable.MyReadout
ucar.unidata.view.sounding.AerologicalReadoutTable.CapeReadout
- All Implemented Interfaces:
- PropertyChangeListener, EventListener
- Enclosing class:
- AerologicalReadoutTable
protected class AerologicalReadoutTable.CapeReadout
- extends AerologicalReadoutTable.MyReadout
Provides support for CAPE readouts.
|
Method Summary |
void |
setCape(Real cape)
Sets the value of the CAPE property. |
| 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.CapeReadout
public AerologicalReadoutTable.CapeReadout()
throws ParseException
- Constructs from nothing.
- Throws:
ParseException - Invalid internal unit specification.
setCape
public void setCape(Real cape)
- Sets the value of the CAPE property.
- Parameters:
cape - The new value.