Class GPSStatusPane.GPSStatisticsPane

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
Enclosing class:
GPSStatusPane

public static class GPSStatusPane.GPSStatisticsPane extends JPanel
Display the current numeric GPS statistics values as received from a GPS receiver. Note that some external class needs to inform this class when GPS statistics are updated; this is done so that the GPSStatisticsPane and GPSStatusPane.ViewScope can share a single GpsDataListener instance.
Author:
Andrew Pavlin, KA2DDO
See Also:
  • Constructor Details

    • GPSStatisticsPane

      public GPSStatisticsPane(ResourceBundle msgBundle)
  • Method Details

    • setFont

      public void setFont(Font font)
      Overrides:
      setFont in class JComponent
    • refreshGPSStatisticsPane

      public void refreshGPSStatisticsPane(GpsFix currentFix)
      Update the displayed GPS statistics according to the new fix information
      Parameters:
      currentFix - GpsFix structure with updated values
    • refreshDOP

      public void refreshDOP(SatelliteCatalog satCatalog)
      Update the DOP (dilution of precision) statistics from the current satellite catalog
      Parameters:
      satCatalog - updated SatelliteCatalog structure