protected static class AerologicalReadoutTable.MyReadout extends RealReadout
RealReadout.FormatProperty, RealReadout.NameProperty, RealReadout.NumericValueProperty, RealReadout.UnitProperty
FORMAT, NAME, NUMERIC_STRING, REAL_UNIT, REALTYPE_NAME, REALTYPE_UNIT, SPECIFIED_NAME, SPECIFIED_UNIT, UNIT_STRING
Constructor and Description |
---|
MyReadout(java.lang.String name,
java.lang.String unitString,
int fractionDigitCount)
Constructs from a name, unit, and format.
|
addPropertyChangeListener, getName, getNumericString, getUnitString, propertyChange, setFormat, setNameUse, setReal, setSpecifiedName, setSpecifiedUnit, setUnitUse
public MyReadout(java.lang.String name, java.lang.String unitString, int fractionDigitCount) throws visad.data.units.ParseException
name
- The name of the readout.unitString
- The unit specification for the readout.fractionDigitCount
- The number of digits to have after the
decimal point.visad.data.units.ParseException
- Invalid unit specification argument.