Class RealReadout.FormatProperty

All Implemented Interfaces:
Property
Enclosing class:
RealReadout

protected class RealReadout.FormatProperty extends NonVetoableProperty
Provides support for format properties.
  • Constructor Details

    • FormatProperty

      public FormatProperty()
      Constructs from nothing.
  • Method Details

    • setFormat

      public void setFormat(NumberFormat format)
      Sets the format.
      Parameters:
      format - The format.
    • getFormat

      public NumberFormat getFormat()
      Returns the format.
      Returns:
      The format.