Class GPSStatusPane.ViewScope

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

public static class GPSStatusPane.ViewScope extends JComponent
Plot the local-sky-relative locations of the GPS satellites in use by the GPS receiver. Note that some external class needs to force this class to repaint when the satellite view is updated; this is done so that the GPSStatusPane.GPSStatisticsPane and ViewScope can share a single GpsDataListener instance.
Author:
Andrew Pavlin, KA2DDO
See Also:
  • Constructor Details

    • ViewScope

      public ViewScope(String name)
      Create a ViewScope widget for the specified GPS source.
      Parameters:
      name - String name of remote GPS, or null for local
    • ViewScope

      public ViewScope(String name, int scale)
      Create a ViewScope widget for the specified GPS source.
      Parameters:
      name - String name of remote GPS, or null for local
      scale - int power of 2 that Scope should be enlarged by
  • Method Details