ucar.unidata.view.sounding
Class RealReadout.FormatProperty
java.lang.Object
ucar.unidata.beans.AbstractProperty
ucar.unidata.beans.NonVetoableProperty
ucar.unidata.view.sounding.RealReadout.FormatProperty
- All Implemented Interfaces:
- Property
- Enclosing class:
- RealReadout
protected class RealReadout.FormatProperty
- extends NonVetoableProperty
Provides support for format properties.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RealReadout.FormatProperty
public RealReadout.FormatProperty()
- Constructs from nothing.
setFormat
public void setFormat(NumberFormat format)
- Sets the format.
- Parameters:
format - The format.
getFormat
public NumberFormat getFormat()
- Returns the format.
- Returns:
- The format.