Class BasicReaderInfoPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

@Deprecated public class BasicReaderInfoPanel extends JPanel
Deprecated.
The BasicReaderInfoPanel class displays basic information from a EarthDataReader in a graphical panel.
Since:
3.2.0
Author:
Peter Hollemans
See Also:
  • Constructor Details

    • BasicReaderInfoPanel

      public BasicReaderInfoPanel(EarthDataReader reader)
      Deprecated.
      Creates a new info panel initialized with the specified reader.
    • BasicReaderInfoPanel

      public BasicReaderInfoPanel()
      Deprecated.
      Creates a new info panel.
  • Method Details

    • clear

      public void clear()
      Deprecated.
      Clears the information displayed by this panel.
    • setReader

      public void setReader(EarthDataReader reader)
      Deprecated.
      Sets the reader for information displayed by this panel.
      Parameters:
      reader - the new reader. The information displayed is modified based on data from the reader.
    • main

      public static void main(String[] argv) throws Exception
      Deprecated.
      Tests this class.
      Parameters:
      argv - the array of command line parameters.
      Throws:
      Exception