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