Class SurveyPlotFactory

java.lang.Object
noaa.coastwatch.gui.SurveyPlotFactory

public class SurveyPlotFactory extends Object
The SurveyPlotFactory creates data plot panels that are appropriate for a given survey.
Since:
3.1.7
Author:
Peter Hollemans
  • Constructor Details

    • SurveyPlotFactory

      public SurveyPlotFactory()
  • Method Details

    • create

      public static JPanel create(EarthDataSurvey survey)
      Creates a plot panel for the specified survey.
      Parameters:
      survey - the survey to use.
      Returns:
      the newly created plot panel.
      Throws:
      IllegalArgumentException - if the survey is not supported by any known property plot panel.