Package noaa.coastwatch.gui
Class SurveyPlotFactory
java.lang.Object
noaa.coastwatch.gui.SurveyPlotFactory
The
SurveyPlotFactory
creates data plot panels that
are appropriate for a given survey.- Since:
- 3.1.7
- Author:
- Peter Hollemans
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic JPanel
create
(EarthDataSurvey survey) Creates a plot panel for the specified survey.
-
Constructor Details
-
SurveyPlotFactory
public SurveyPlotFactory()
-
-
Method Details
-
create
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.
-