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