Class SatellitePassPreviewPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class SatellitePassPreviewPanel extends JPanel
The satellite pass preview panel displays a satellite pass data preview image. The image may be manipulated by using the tools to zoom and pan.
Since:
3.1.3
Author:
Peter Hollemans
See Also:
  • Constructor Details

    • SatellitePassPreviewPanel

      public SatellitePassPreviewPanel()
      Creates a new empty satellite pass preview panel.
  • Method Details

    • getPass

      public SatellitePassInfo getPass()
      Gets the currently displayed pass.
    • setPass

      public void setPass(SatellitePassInfo pass)
      Sets the active satellite pass used to display a pass preview.
      Parameters:
      pass - the satellite pass information, or null for no pass preview information.